Html Css Color HEX #6F8B30 Olive Drab

📋 copy color: '#6F8B30'

red 111 ◦ green 139 ◦ blue 48

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

Shades of Olive Drab #6F8B30

Tints of Olive Drab #6F8B30

RGB

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

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

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

R = 37.25%
G = 46.64%
B = 16.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#6F8B30 (or 0x6F8B30) is known color: Olive Drab. HEX triplet: 6F, 8B and 30. RGB value is (111,139,48). Sum of RGB (Red+Green+Blue) = 111+139+48=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B30 is #9074CF. Grayscale: #787878. Windows color (decimal): -9467088 or 3181423. OLE color: 3181423.

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

Color convert

RGB 111 139 48 -
CMYK 0.20 0 0.65 0.45
HSL 78.46º 0.49% 0.37% -
HSV(B) 78.46º 0.65% 0.55% -
XYZ 16.32 22.06 6.19 -
YUV 120.25 87.22 121.4 -
System Red Green Blue C M Y K H S L
Decimal 111 139 48 0.20 0 0.65 0.45 78.46 0.49 0.37
Hex 6F 8B 30 14 0 41 2D 4E 31 25
Octal 157 213 60 24 0 101 55 116 61 45
Binary 1101111 10001011 110000 10100 0 1000001 101101 1001110 110001 100101

Color Harmonies of #6F8B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8B30

Black with #6F8B30

Text Example


Text Example

White with #6F8B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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