Html Css Color HEX #6B8030 Olive Drab

📋 copy color: '#6B8030'

red 107 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #6B8030

Tints of Olive Drab #6B8030

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 37.81%
G = 45.23%
B = 16.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#6B8030 (or 0x6B8030) is known color: Olive Drab. HEX triplet: 6B, 80 and 30. RGB value is (107,128,48). Sum of RGB (Red+Green+Blue) = 107+128+48=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8030 is #947FCF. Grayscale: #707070. Windows color (decimal): -9732048 or 3178603. OLE color: 3178603.

HSL color Cylindrical-coordinate representation of color #6B8030: hue angle of 75.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B8030 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 107 128 48 -
CMYK 0.16 0 0.62 0.50
HSL 75.75º 0.45% 0.35% -
HSV(B) 75.75º 0.63% 0.5% -
XYZ 14.32 18.78 5.67 -
YUV 112.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 107 128 48 0.16 0 0.62 0.50 75.75 0.45 0.35
Hex 6B 80 30 10 0 3E 32 4C 2D 23
Octal 153 200 60 20 0 76 62 114 55 43
Binary 1101011 10000000 110000 10000 0 111110 110010 1001100 101101 100011

Color Harmonies of #6B8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8030

Black with #6B8030

Text Example


Text Example

White with #6B8030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,48); }

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

background-color css

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

 a { background-color: rgb(107,128,48); }

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

border-color css

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

 span { border-color: rgb(107,128,48); }

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