Html Css Color HEX #6B8706 Olive

📋 copy color: '#6B8706'

red 107 ◦ green 135 ◦ blue 6

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

Shades of Olive #6B8706

Tints of Olive #6B8706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.44%

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

R = 43.15%
G = 54.44%
B = 2.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#6B8706 (or 0x6B8706) is known color: Olive. HEX triplet: 6B, 87 and 06. RGB value is (107,135,6). Sum of RGB (Red+Green+Blue) = 107+135+6=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8706 is #9478F9. Grayscale: #707070. Windows color (decimal): -9730298 or 427883. OLE color: 427883.

HSL color Cylindrical-coordinate representation of color #6B8706: hue angle of 73.02º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B8706 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 6 -
CMYK 0.21 0 0.96 0.47
HSL 73.02º 0.91% 0.28% -
HSV(B) 73.02º 0.96% 0.53% -
XYZ 14.76 20.47 3.34 -
YUV 111.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 107 135 6 0.21 0 0.96 0.47 73.02 0.91 0.28
Hex 6B 87 6 15 0 60 2F 49 5B 1C
Octal 153 207 6 25 0 140 57 111 133 34
Binary 1101011 10000111 110 10101 0 1100000 101111 1001001 1011011 11100

Color Harmonies of #6B8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8706

Black with #6B8706

Text Example


Text Example

White with #6B8706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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