Html Css Color HEX #6B8106 Olive

📋 copy color: '#6B8106'

red 107 ◦ green 129 ◦ blue 6

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

Shades of Olive #6B8106

Tints of Olive #6B8106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 44.21%
G = 53.31%
B = 2.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#6B8106 (or 0x6B8106) is known color: Olive. HEX triplet: 6B, 81 and 06. RGB value is (107,129,6). Sum of RGB (Red+Green+Blue) = 107+129+6=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8106 is #947EF9. Grayscale: #6C6C6C. Windows color (decimal): -9731834 or 426347. OLE color: 426347.

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

Color convert

RGB 107 129 6 -
CMYK 0.17 0 0.95 0.49
HSL 70.73º 0.91% 0.26% -
HSV(B) 70.73º 0.95% 0.51% -
XYZ 13.95 18.84 3.07 -
YUV 108.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 107 129 6 0.17 0 0.95 0.49 70.73 0.91 0.26
Hex 6B 81 6 11 0 5F 31 47 5B 1A
Octal 153 201 6 21 0 137 61 107 133 32
Binary 1101011 10000001 110 10001 0 1011111 110001 1000111 1011011 11010

Color Harmonies of #6B8106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8106

Black with #6B8106

Text Example


Text Example

White with #6B8106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,6); }

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

background-color css

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

 a { background-color: rgb(107,129,6); }

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

border-color css

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

 span { border-color: rgb(107,129,6); }

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