Html Css Color HEX #726B00 Olive

📋 copy color: '#726B00'

red 114 ◦ green 107 ◦ blue 0

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

Shades of Olive #726B00

Tints of Olive #726B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.58%
G = 48.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#726B00 (or 0x726B00) is known color: Olive. HEX triplet: 72, 6B and 00. RGB value is (114,107,0). Sum of RGB (Red+Green+Blue) = 114+107+0=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #726B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B00 is #8D94FF. Grayscale: #616161. Windows color (decimal): -9278720 or 27506. OLE color: 27506.

HSL color Cylindrical-coordinate representation of color #726B00: hue angle of 56.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #726B00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 0 -
CMYK 0 0.06 1 0.55
HSL 56.32º 1% 0.22% -
HSV(B) 56.32º 1% 0.45% -
XYZ 12.2 14.09 2.08 -
YUV 96.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 114 107 0 0 0.06 1 0.55 56.32 1 0.22
Hex 72 6B 0 0 6 64 37 38 64 16
Octal 162 153 0 0 6 144 67 70 144 26
Binary 1110010 1101011 0 0 110 1100100 110111 111000 1100100 10110

Color Harmonies of #726B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B00

Black with #726B00

Text Example


Text Example

White with #726B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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