Html Css Color HEX #6B9C12 Christi

📋 copy color: '#6B9C12'

red 107 ◦ green 156 ◦ blue 18

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

Shades of Christi #6B9C12

Tints of Christi #6B9C12

RGB

 RED value IS 107 (42.19% from 255) = 38.08%

 GREEN value IS 156 (61.33% from 255) = 55.52%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 38.08%
G = 55.52%
B = 6.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#6B9C12 (or 0x6B9C12) is known color: Christi. HEX triplet: 6B, 9C and 12. RGB value is (107,156,18). Sum of RGB (Red+Green+Blue) = 107+156+18=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9C12 is #9463ED. Grayscale: #7E7E7E. Windows color (decimal): -9724910 or 1219691. OLE color: 1219691.

HSL color Cylindrical-coordinate representation of color #6B9C12: hue angle of 81.3º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B9C12 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 156 18 -
CMYK 0.31 0 0.88 0.39
HSL 81.3º 0.79% 0.34% -
HSV(B) 81.3º 0.88% 0.61% -
XYZ 18.06 26.95 4.82 -
YUV 125.62 67.27 114.72 -
System Red Green Blue C M Y K H S L
Decimal 107 156 18 0.31 0 0.88 0.39 81.3 0.79 0.34
Hex 6B 9C 12 1F 0 58 27 51 4F 22
Octal 153 234 22 37 0 130 47 121 117 42
Binary 1101011 10011100 10010 11111 0 1011000 100111 1010001 1001111 100010

Color Harmonies of #6B9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9C12

Black with #6B9C12

Text Example


Text Example

White with #6B9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,18); }

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

background-color css

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

 a { background-color: rgb(107,156,18); }

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

border-color css

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

 span { border-color: rgb(107,156,18); }

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