Html Css Color HEX #6F8126 Olive Drab

📋 copy color: '#6F8126'

red 111 ◦ green 129 ◦ blue 38

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

Shades of Olive Drab #6F8126

Tints of Olive Drab #6F8126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

 BLUE value IS 38 (15.23% from 255) = 13.67%

R = 39.93%
G = 46.4%
B = 13.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#6F8126 (or 0x6F8126) is known color: Olive Drab. HEX triplet: 6F, 81 and 26. RGB value is (111,129,38). Sum of RGB (Red+Green+Blue) = 111+129+38=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8126 is #907ED9. Grayscale: #717171. Windows color (decimal): -9469658 or 2523503. OLE color: 2523503.

HSL color Cylindrical-coordinate representation of color #6F8126: hue angle of 71.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F8126 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 129 38 -
CMYK 0.14 0 0.71 0.49
HSL 71.87º 0.54% 0.33% -
HSV(B) 71.87º 0.71% 0.51% -
XYZ 14.76 19.22 4.77 -
YUV 113.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 111 129 38 0.14 0 0.71 0.49 71.87 0.54 0.33
Hex 6F 81 26 E 0 47 31 48 36 21
Octal 157 201 46 16 0 107 61 110 66 41
Binary 1101111 10000001 100110 1110 0 1000111 110001 1001000 110110 100001

Color Harmonies of #6F8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8126

Black with #6F8126

Text Example


Text Example

White with #6F8126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,38); }

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

background-color css

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

 a { background-color: rgb(111,129,38); }

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

border-color css

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

 span { border-color: rgb(111,129,38); }

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