Html Css Color HEX #6F8130 Olive Drab

📋 copy color: '#6F8130'

red 111 ◦ green 129 ◦ blue 48

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

Shades of Olive Drab #6F8130

Tints of Olive Drab #6F8130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 38.54%
G = 44.79%
B = 16.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#6F8130 (or 0x6F8130) is known color: Olive Drab. HEX triplet: 6F, 81 and 30. RGB value is (111,129,48). Sum of RGB (Red+Green+Blue) = 111+129+48=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8130 is #907ECF. Grayscale: #727272. Windows color (decimal): -9469648 or 3178863. OLE color: 3178863.

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

Color convert

RGB 111 129 48 -
CMYK 0.14 0 0.63 0.49
HSL 73.33º 0.46% 0.35% -
HSV(B) 73.33º 0.63% 0.51% -
XYZ 14.94 19.29 5.73 -
YUV 114.38 90.54 125.59 -
System Red Green Blue C M Y K H S L
Decimal 111 129 48 0.14 0 0.63 0.49 73.33 0.46 0.35
Hex 6F 81 30 E 0 3F 31 49 2E 23
Octal 157 201 60 16 0 77 61 111 56 43
Binary 1101111 10000001 110000 1110 0 111111 110001 1001001 101110 100011

Color Harmonies of #6F8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8130

Black with #6F8130

Text Example


Text Example

White with #6F8130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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