Html Css Color HEX #6B7306 Olive

📋 copy color: '#6B7306'

red 107 ◦ green 115 ◦ blue 6

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

Shades of Olive #6B7306

Tints of Olive #6B7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 46.93%
G = 50.44%
B = 2.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#6B7306 (or 0x6B7306) is known color: Olive. HEX triplet: 6B, 73 and 06. RGB value is (107,115,6). Sum of RGB (Red+Green+Blue) = 107+115+6=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7306 is #948CF9. Grayscale: #646464. Windows color (decimal): -9735418 or 422763. OLE color: 422763.

HSL color Cylindrical-coordinate representation of color #6B7306: hue angle of 64.4º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B7306 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 6 -
CMYK 0.07 0 0.95 0.55
HSL 64.4º 0.9% 0.24% -
HSV(B) 64.4º 0.95% 0.45% -
XYZ 12.23 15.4 2.5 -
YUV 100.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 107 115 6 0.07 0 0.95 0.55 64.4 0.9 0.24
Hex 6B 73 6 7 0 5F 37 40 5A 18
Octal 153 163 6 7 0 137 67 100 132 30
Binary 1101011 1110011 110 111 0 1011111 110111 1000000 1011010 11000

Color Harmonies of #6B7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7306

Black with #6B7306

Text Example


Text Example

White with #6B7306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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