Html Css Color HEX #6F9030 Olive Drab

📋 copy color: '#6F9030'

red 111 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #6F9030

Tints of Olive Drab #6F9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

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

R = 36.63%
G = 47.52%
B = 15.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#6F9030 (or 0x6F9030) is known color: Olive Drab. HEX triplet: 6F, 90 and 30. RGB value is (111,144,48). Sum of RGB (Red+Green+Blue) = 111+144+48=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9030 is #906FCF. Grayscale: #7B7B7B. Windows color (decimal): -9465808 or 3182703. OLE color: 3182703.

HSL color Cylindrical-coordinate representation of color #6F9030: hue angle of 80.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F9030 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 48 -
CMYK 0.23 0 0.67 0.44
HSL 80.63º 0.5% 0.38% -
HSV(B) 80.63º 0.67% 0.56% -
XYZ 17.06 23.54 6.44 -
YUV 123.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 111 144 48 0.23 0 0.67 0.44 80.63 0.5 0.38
Hex 6F 90 30 17 0 43 2C 51 32 26
Octal 157 220 60 27 0 103 54 121 62 46
Binary 1101111 10010000 110000 10111 0 1000011 101100 1010001 110010 100110

Color Harmonies of #6F9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9030

Black with #6F9030

Text Example


Text Example

White with #6F9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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