Html Css Color HEX #6CB413 Christi

📋 copy color: '#6CB413'

red 108 ◦ green 180 ◦ blue 19

#6CB413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6CB413

Tints of Christi #6CB413

RGB

 RED value IS 108 (42.58% from 255) = 35.18%

 GREEN value IS 180 (70.7% from 255) = 58.63%

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 35.18%
G = 58.63%
B = 6.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CB413 (or 0x6CB413) is known color: Christi. HEX triplet: 6C, B4 and 13. RGB value is (108,180,19). Sum of RGB (Red+Green+Blue) = 108+180+19=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB413 is #934BEC. Grayscale: #8C8C8C. Windows color (decimal): -9653229 or 1291372. OLE color: 1291372.

HSL color Cylindrical-coordinate representation of color #6CB413: hue angle of 86.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CB413 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 19 -
CMYK 0.40 0 0.89 0.29
HSL 86.83º 0.81% 0.39% -
HSV(B) 86.83º 0.89% 0.71% -
XYZ 22.62 35.88 6.35 -
YUV 140.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 108 180 19 0.40 0 0.89 0.29 86.83 0.81 0.39
Hex 6C B4 13 28 0 59 1D 57 51 27
Octal 154 264 23 50 0 131 35 127 121 47
Binary 1101100 10110100 10011 101000 0 1011001 11101 1010111 1010001 100111

Color Harmonies of #6CB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB413

Black with #6CB413

Text Example


Text Example

White with #6CB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB413; }

 p { color: rgb(108,180,19); }

 H1.HeaderClassName
 {
   color: #6CB413;
 }
 .AnyTagClassName
 {
   color: #6CB413;
 }
</style>

background-color css

<style>
 a { background-color: #6CB413; }

 a { background-color: rgb(108,180,19); }

 div.DivClassName
 {
   background-color: #6CB413;
 }
 .BgClassName
 {
   background-color: #6CB413;
 }
</style>

border-color css

<style>
 span { border-color: #6CB413; }

 span { border-color: rgb(108,180,19); }

 td.TdClassName
 {
   border-color: #6CB413;
 }
 .TagClassName
 {
   border-color: #6CB413;
 }
</style>