Html Css Color HEX #6B8005 Olive

📋 copy color: '#6B8005'

red 107 ◦ green 128 ◦ blue 5

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

Shades of Olive #6B8005

Tints of Olive #6B8005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 44.58%
G = 53.33%
B = 2.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#6B8005 (or 0x6B8005) is known color: Olive. HEX triplet: 6B, 80 and 05. RGB value is (107,128,5). Sum of RGB (Red+Green+Blue) = 107+128+5=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8005 is #947FFA. Grayscale: #6C6C6C. Windows color (decimal): -9732091 or 360555. OLE color: 360555.

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

Color convert

RGB 107 128 5 -
CMYK 0.16 0 0.96 0.50
HSL 70.24º 0.92% 0.26% -
HSV(B) 70.24º 0.96% 0.5% -
XYZ 13.81 18.58 3 -
YUV 107.7 70.04 127.5 -
System Red Green Blue C M Y K H S L
Decimal 107 128 5 0.16 0 0.96 0.50 70.24 0.92 0.26
Hex 6B 80 5 10 0 60 32 46 5C 1A
Octal 153 200 5 20 0 140 62 106 134 32
Binary 1101011 10000000 101 10000 0 1100000 110010 1000110 1011100 11010

Color Harmonies of #6B8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8005

Black with #6B8005

Text Example


Text Example

White with #6B8005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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