Html Css Color HEX #727030 Crete

📋 copy color: '#727030'

red 114 ◦ green 112 ◦ blue 48

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

Shades of Crete #727030

Tints of Crete #727030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 41.61%
G = 40.88%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#727030 (or 0x727030) is known color: Crete. HEX triplet: 72, 70 and 30. RGB value is (114,112,48). Sum of RGB (Red+Green+Blue) = 114+112+48=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #727030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727030 is #8D8FCF. Grayscale: #696969. Windows color (decimal): -9277392 or 3174514. OLE color: 3174514.

HSL color Cylindrical-coordinate representation of color #727030: hue angle of 58.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #727030 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 48 -
CMYK 0 0.02 0.58 0.55
HSL 58.18º 0.41% 0.32% -
HSV(B) 58.18º 0.58% 0.45% -
XYZ 13.27 15.38 5.07 -
YUV 105.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 114 112 48 0 0.02 0.58 0.55 58.18 0.41 0.32
Hex 72 70 30 0 2 3A 37 3A 29 20
Octal 162 160 60 0 2 72 67 72 51 40
Binary 1110010 1110000 110000 0 10 111010 110111 111010 101001 100000

Color Harmonies of #727030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727030

Black with #727030

Text Example


Text Example

White with #727030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727030; }

 p { color: rgb(114,112,48); }

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

background-color css

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

 a { background-color: rgb(114,112,48); }

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

border-color css

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

 span { border-color: rgb(114,112,48); }

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