Html Css Color HEX #6F8123 Olive Drab

📋 copy color: '#6F8123'

red 111 ◦ green 129 ◦ blue 35

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

Shades of Olive Drab #6F8123

Tints of Olive Drab #6F8123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.73%

R = 40.36%
G = 46.91%
B = 12.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#6F8123 (or 0x6F8123) is known color: Olive Drab. HEX triplet: 6F, 81 and 23. RGB value is (111,129,35). Sum of RGB (Red+Green+Blue) = 111+129+35=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8123 is #907EDC. Grayscale: #717171. Windows color (decimal): -9469661 or 2326895. OLE color: 2326895.

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

Color convert

RGB 111 129 35 -
CMYK 0.14 0 0.73 0.49
HSL 71.49º 0.57% 0.32% -
HSV(B) 71.49º 0.73% 0.51% -
XYZ 14.71 19.2 4.52 -
YUV 112.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 111 129 35 0.14 0 0.73 0.49 71.49 0.57 0.32
Hex 6F 81 23 E 0 49 31 47 39 20
Octal 157 201 43 16 0 111 61 107 71 40
Binary 1101111 10000001 100011 1110 0 1001001 110001 1000111 111001 100000

Color Harmonies of #6F8123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8123

Black with #6F8123

Text Example


Text Example

White with #6F8123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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