Html Css Color HEX #757727 Olivetone

📋 copy color: '#757727'

red 117 ◦ green 119 ◦ blue 39

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

Shades of Olivetone #757727

Tints of Olivetone #757727

RGB

 RED value IS 117 (46.09% from 255) = 42.55%

 GREEN value IS 119 (46.88% from 255) = 43.27%

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 42.55%
G = 43.27%
B = 14.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#757727 (or 0x757727) is known color: Olivetone. HEX triplet: 75, 77 and 27. RGB value is (117,119,39). Sum of RGB (Red+Green+Blue) = 117+119+39=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #757727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757727 is #8A88D8. Grayscale: #6D6D6D. Windows color (decimal): -9079001 or 2586485. OLE color: 2586485.

HSL color Cylindrical-coordinate representation of color #757727: hue angle of 61.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #757727 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 39 -
CMYK 0.02 0 0.67 0.53
HSL 61.5º 0.51% 0.31% -
HSV(B) 61.5º 0.67% 0.47% -
XYZ 14.3 17.12 4.47 -
YUV 109.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 117 119 39 0.02 0 0.67 0.53 61.5 0.51 0.31
Hex 75 77 27 2 0 43 35 3E 33 1F
Octal 165 167 47 2 0 103 65 76 63 37
Binary 1110101 1110111 100111 10 0 1000011 110101 111110 110011 11111

Color Harmonies of #757727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757727

Black with #757727

Text Example


Text Example

White with #757727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757727; }

 p { color: rgb(117,119,39); }

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

background-color css

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

 a { background-color: rgb(117,119,39); }

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

border-color css

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

 span { border-color: rgb(117,119,39); }

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