Html Css Color HEX #6F9C12 Christi

📋 copy color: '#6F9C12'

red 111 ◦ green 156 ◦ blue 18

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

Shades of Christi #6F9C12

Tints of Christi #6F9C12

RGB

 RED value IS 111 (43.75% from 255) = 38.95%

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

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

R = 38.95%
G = 54.74%
B = 6.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#6F9C12 (or 0x6F9C12) is known color: Christi. HEX triplet: 6F, 9C and 12. RGB value is (111,156,18). Sum of RGB (Red+Green+Blue) = 111+156+18=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9C12 is #9063ED. Grayscale: #7F7F7F. Windows color (decimal): -9462766 or 1219695. OLE color: 1219695.

HSL color Cylindrical-coordinate representation of color #6F9C12: hue angle of 79.57º 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 #6F9C12 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 156 18 -
CMYK 0.29 0 0.88 0.39
HSL 79.57º 0.79% 0.34% -
HSV(B) 79.57º 0.88% 0.61% -
XYZ 18.55 27.2 4.84 -
YUV 126.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 111 156 18 0.29 0 0.88 0.39 79.57 0.79 0.34
Hex 6F 9C 12 1D 0 58 27 50 4F 22
Octal 157 234 22 35 0 130 47 120 117 42
Binary 1101111 10011100 10010 11101 0 1011000 100111 1010000 1001111 100010

Color Harmonies of #6F9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9C12

Black with #6F9C12

Text Example


Text Example

White with #6F9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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