Html Css Color HEX #72830A Olive

📋 copy color: '#72830A'

red 114 ◦ green 131 ◦ blue 10

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

Shades of Olive #72830A

Tints of Olive #72830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 44.71%
G = 51.37%
B = 3.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#72830A (or 0x72830A) is known color: Olive. HEX triplet: 72, 83 and 0A. RGB value is (114,131,10). Sum of RGB (Red+Green+Blue) = 114+131+10=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #72830A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72830A is #8D7CF5. Grayscale: #707070. Windows color (decimal): -9272566 or 689010. OLE color: 689010.

HSL color Cylindrical-coordinate representation of color #72830A: hue angle of 68.43º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72830A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 10 -
CMYK 0.13 0 0.92 0.49
HSL 68.43º 0.86% 0.28% -
HSV(B) 68.43º 0.92% 0.51% -
XYZ 15.11 19.83 3.32 -
YUV 112.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 114 131 10 0.13 0 0.92 0.49 68.43 0.86 0.28
Hex 72 83 A D 0 5C 31 44 56 1C
Octal 162 203 12 15 0 134 61 104 126 34
Binary 1110010 10000011 1010 1101 0 1011100 110001 1000100 1010110 11100

Color Harmonies of #72830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72830A

Black with #72830A

Text Example


Text Example

White with #72830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72830A; }

 p { color: rgb(114,131,10); }

 H1.HeaderClassName
 {
   color: #72830A;
 }
 .AnyTagClassName
 {
   color: #72830A;
 }
</style>

background-color css

<style>
 a { background-color: #72830A; }

 a { background-color: rgb(114,131,10); }

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

border-color css

<style>
 span { border-color: #72830A; }

 span { border-color: rgb(114,131,10); }

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