Html Css Color HEX #6F9D14 Christi

📋 copy color: '#6F9D14'

red 111 ◦ green 157 ◦ blue 20

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

Shades of Christi #6F9D14

Tints of Christi #6F9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.51%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 38.54%
G = 54.51%
B = 6.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#6F9D14 (or 0x6F9D14) is known color: Christi. HEX triplet: 6F, 9D and 14. RGB value is (111,157,20). Sum of RGB (Red+Green+Blue) = 111+157+20=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9D14 is #9062EB. Grayscale: #808080. Windows color (decimal): -9462508 or 1351023. OLE color: 1351023.

HSL color Cylindrical-coordinate representation of color #6F9D14: hue angle of 80.15º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F9D14 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 157 20 -
CMYK 0.29 0 0.87 0.38
HSL 80.15º 0.77% 0.35% -
HSV(B) 80.15º 0.87% 0.62% -
XYZ 18.74 27.54 4.99 -
YUV 127.63 67.26 116.14 -
System Red Green Blue C M Y K H S L
Decimal 111 157 20 0.29 0 0.87 0.38 80.15 0.77 0.35
Hex 6F 9D 14 1D 0 57 26 50 4D 23
Octal 157 235 24 35 0 127 46 120 115 43
Binary 1101111 10011101 10100 11101 0 1010111 100110 1010000 1001101 100011

Color Harmonies of #6F9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9D14

Black with #6F9D14

Text Example


Text Example

White with #6F9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,157,20); }

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

background-color css

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

 a { background-color: rgb(111,157,20); }

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

border-color css

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

 span { border-color: rgb(111,157,20); }

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