Html Css Color HEX #6B802B Olive Drab

📋 copy color: '#6B802B'

red 107 ◦ green 128 ◦ blue 43

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

Shades of Olive Drab #6B802B

Tints of Olive Drab #6B802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 38.49%
G = 46.04%
B = 15.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#6B802B (or 0x6B802B) is known color: Olive Drab. HEX triplet: 6B, 80 and 2B. RGB value is (107,128,43). Sum of RGB (Red+Green+Blue) = 107+128+43=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #6B802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B802B is #947FD4. Grayscale: #707070. Windows color (decimal): -9732053 or 2850923. OLE color: 2850923.

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

Color convert

RGB 107 128 43 -
CMYK 0.16 0 0.66 0.50
HSL 74.82º 0.5% 0.34% -
HSV(B) 74.82º 0.66% 0.5% -
XYZ 14.22 18.74 5.15 -
YUV 112.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 107 128 43 0.16 0 0.66 0.50 74.82 0.5 0.34
Hex 6B 80 2B 10 0 42 32 4B 32 22
Octal 153 200 53 20 0 102 62 113 62 42
Binary 1101011 10000000 101011 10000 0 1000010 110010 1001011 110010 100010

Color Harmonies of #6B802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B802B

Black with #6B802B

Text Example


Text Example

White with #6B802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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