Html Css Color HEX #6F8235 Olive Drab

📋 copy color: '#6F8235'

red 111 ◦ green 130 ◦ blue 53

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

Shades of Olive Drab #6F8235

Tints of Olive Drab #6F8235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

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

R = 37.76%
G = 44.22%
B = 18.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#6F8235 (or 0x6F8235) is known color: Olive Drab. HEX triplet: 6F, 82 and 35. RGB value is (111,130,53). Sum of RGB (Red+Green+Blue) = 111+130+53=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8235 is #907DCA. Grayscale: #737373. Windows color (decimal): -9469387 or 3506799. OLE color: 3506799.

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

Color convert

RGB 111 130 53 -
CMYK 0.15 0 0.59 0.49
HSL 74.81º 0.42% 0.36% -
HSV(B) 74.81º 0.59% 0.51% -
XYZ 15.18 19.6 6.35 -
YUV 115.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 111 130 53 0.15 0 0.59 0.49 74.81 0.42 0.36
Hex 6F 82 35 F 0 3B 31 4B 2A 24
Octal 157 202 65 17 0 73 61 113 52 44
Binary 1101111 10000010 110101 1111 0 111011 110001 1001011 101010 100100

Color Harmonies of #6F8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8235

Black with #6F8235

Text Example


Text Example

White with #6F8235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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