Html Css Color HEX #6F8B35 Olive Drab

📋 copy color: '#6F8B35'

red 111 ◦ green 139 ◦ blue 53

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

Shades of Olive Drab #6F8B35

Tints of Olive Drab #6F8B35

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.87%

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

R = 36.63%
G = 45.87%
B = 17.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#6F8B35 (or 0x6F8B35) is known color: Olive Drab. HEX triplet: 6F, 8B and 35. RGB value is (111,139,53). Sum of RGB (Red+Green+Blue) = 111+139+53=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B35 is #9074CA. Grayscale: #797979. Windows color (decimal): -9467083 or 3509103. OLE color: 3509103.

HSL color Cylindrical-coordinate representation of color #6F8B35: hue angle of 79.53º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F8B35 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 139 53 -
CMYK 0.20 0 0.62 0.45
HSL 79.53º 0.45% 0.38% -
HSV(B) 79.53º 0.62% 0.55% -
XYZ 16.43 22.1 6.77 -
YUV 120.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 111 139 53 0.20 0 0.62 0.45 79.53 0.45 0.38
Hex 6F 8B 35 14 0 3E 2D 50 2D 26
Octal 157 213 65 24 0 76 55 120 55 46
Binary 1101111 10001011 110101 10100 0 111110 101101 1010000 101101 100110

Color Harmonies of #6F8B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8B35

Black with #6F8B35

Text Example


Text Example

White with #6F8B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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