Html Css Color HEX #6F8335 Olive Drab

📋 copy color: '#6F8335'

red 111 ◦ green 131 ◦ blue 53

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

Shades of Olive Drab #6F8335

Tints of Olive Drab #6F8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 37.63%
G = 44.41%
B = 17.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#6F8335 (or 0x6F8335) is known color: Olive Drab. HEX triplet: 6F, 83 and 35. RGB value is (111,131,53). Sum of RGB (Red+Green+Blue) = 111+131+53=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8335 is #907CCA. Grayscale: #747474. Windows color (decimal): -9469131 or 3507055. OLE color: 3507055.

HSL color Cylindrical-coordinate representation of color #6F8335: hue angle of 75.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F8335 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 53 -
CMYK 0.15 0 0.60 0.49
HSL 75.38º 0.42% 0.36% -
HSV(B) 75.38º 0.6% 0.51% -
XYZ 15.31 19.87 6.4 -
YUV 116.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 111 131 53 0.15 0 0.60 0.49 75.38 0.42 0.36
Hex 6F 83 35 F 0 3C 31 4B 2A 24
Octal 157 203 65 17 0 74 61 113 52 44
Binary 1101111 10000011 110101 1111 0 111100 110001 1001011 101010 100100

Color Harmonies of #6F8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8335

Black with #6F8335

Text Example


Text Example

White with #6F8335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,53); }

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

background-color css

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

 a { background-color: rgb(111,131,53); }

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

border-color css

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

 span { border-color: rgb(111,131,53); }

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