Html Css Color HEX #75771C Olivetone

📋 copy color: '#75771C'

red 117 ◦ green 119 ◦ blue 28

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

Shades of Olivetone #75771C

Tints of Olivetone #75771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 44.32%
G = 45.08%
B = 10.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#75771C (or 0x75771C) is known color: Olivetone. HEX triplet: 75, 77 and 1C. RGB value is (117,119,28). Sum of RGB (Red+Green+Blue) = 117+119+28=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #75771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75771C is #8A88E3. Grayscale: #6C6C6C. Windows color (decimal): -9079012 or 1865589. OLE color: 1865589.

HSL color Cylindrical-coordinate representation of color #75771C: hue angle of 61.32º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75771C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 28 -
CMYK 0.02 0 0.76 0.53
HSL 61.32º 0.62% 0.29% -
HSV(B) 61.32º 0.76% 0.47% -
XYZ 14.14 17.06 3.65 -
YUV 108.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 117 119 28 0.02 0 0.76 0.53 61.32 0.62 0.29
Hex 75 77 1C 2 0 4C 35 3D 3E 1D
Octal 165 167 34 2 0 114 65 75 76 35
Binary 1110101 1110111 11100 10 0 1001100 110101 111101 111110 11101

Color Harmonies of #75771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75771C

Black with #75771C

Text Example


Text Example

White with #75771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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