Html Css Color HEX #726B06 Olive

📋 copy color: '#726B06'

red 114 ◦ green 107 ◦ blue 6

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

Shades of Olive #726B06

Tints of Olive #726B06

RGB

 RED value IS 114 (44.92% from 255) = 50.22%

 GREEN value IS 107 (42.19% from 255) = 47.14%

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

R = 50.22%
G = 47.14%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#726B06 (or 0x726B06) is known color: Olive. HEX triplet: 72, 6B and 06. RGB value is (114,107,6). Sum of RGB (Red+Green+Blue) = 114+107+6=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #726B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B06 is #8D94F9. Grayscale: #616161. Windows color (decimal): -9278714 or 420722. OLE color: 420722.

HSL color Cylindrical-coordinate representation of color #726B06: hue angle of 56.11º 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 #726B06 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 6 -
CMYK 0 0.06 0.95 0.55
HSL 56.11º 0.9% 0.24% -
HSV(B) 56.11º 0.95% 0.45% -
XYZ 12.23 14.11 2.25 -
YUV 97.58 76.32 139.71 -
System Red Green Blue C M Y K H S L
Decimal 114 107 6 0 0.06 0.95 0.55 56.11 0.9 0.24
Hex 72 6B 6 0 6 5F 37 38 5A 18
Octal 162 153 6 0 6 137 67 70 132 30
Binary 1110010 1101011 110 0 110 1011111 110111 111000 1011010 11000

Color Harmonies of #726B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B06

Black with #726B06

Text Example


Text Example

White with #726B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B06; }

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

 H1.HeaderClassName
 {
   color: #726B06;
 }
 .AnyTagClassName
 {
   color: #726B06;
 }
</style>

background-color css

<style>
 a { background-color: #726B06; }

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

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

border-color css

<style>
 span { border-color: #726B06; }

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

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