Html Css Color HEX #6C820B Olive

📋 copy color: '#6C820B'

red 108 ◦ green 130 ◦ blue 11

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

Shades of Olive #6C820B

Tints of Olive #6C820B

RGB

 RED value IS 108 (42.58% from 255) = 43.37%

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 43.37%
G = 52.21%
B = 4.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#6C820B (or 0x6C820B) is known color: Olive. HEX triplet: 6C, 82 and 0B. RGB value is (108,130,11). Sum of RGB (Red+Green+Blue) = 108+130+11=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #6C820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C820B is #937DF4. Grayscale: #6E6E6E. Windows color (decimal): -9666037 or 754284. OLE color: 754284.

HSL color Cylindrical-coordinate representation of color #6C820B: hue angle of 71.09º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C820B is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 11 -
CMYK 0.17 0 0.92 0.49
HSL 71.09º 0.84% 0.28% -
HSV(B) 71.09º 0.92% 0.51% -
XYZ 14.23 19.18 3.27 -
YUV 109.86 72.21 126.68 -
System Red Green Blue C M Y K H S L
Decimal 108 130 11 0.17 0 0.92 0.49 71.09 0.84 0.28
Hex 6C 82 B 11 0 5C 31 47 54 1C
Octal 154 202 13 21 0 134 61 107 124 34
Binary 1101100 10000010 1011 10001 0 1011100 110001 1000111 1010100 11100

Color Harmonies of #6C820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C820B

Black with #6C820B

Text Example


Text Example

White with #6C820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,11); }

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

background-color css

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

 a { background-color: rgb(108,130,11); }

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

border-color css

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

 span { border-color: rgb(108,130,11); }

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