Html Css Color HEX #757922 Olivetone

📋 copy color: '#757922'

red 117 ◦ green 121 ◦ blue 34

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

Shades of Olivetone #757922

Tints of Olivetone #757922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 43.01%
G = 44.49%
B = 12.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#757922 (or 0x757922) is known color: Olivetone. HEX triplet: 75, 79 and 22. RGB value is (117,121,34). Sum of RGB (Red+Green+Blue) = 117+121+34=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #757922 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757922 is #8A86DD. Grayscale: #6E6E6E. Windows color (decimal): -9078494 or 2259317. OLE color: 2259317.

HSL color Cylindrical-coordinate representation of color #757922: hue angle of 62.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #757922 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 34 -
CMYK 0.03 0 0.72 0.53
HSL 62.76º 0.56% 0.3% -
HSV(B) 62.76º 0.72% 0.47% -
XYZ 14.46 17.57 4.14 -
YUV 109.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 117 121 34 0.03 0 0.72 0.53 62.76 0.56 0.3
Hex 75 79 22 3 0 48 35 3F 38 1E
Octal 165 171 42 3 0 110 65 77 70 36
Binary 1110101 1111001 100010 11 0 1001000 110101 111111 111000 11110

Color Harmonies of #757922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757922

Black with #757922

Text Example


Text Example

White with #757922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757922; }

 p { color: rgb(117,121,34); }

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

background-color css

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

 a { background-color: rgb(117,121,34); }

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

border-color css

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

 span { border-color: rgb(117,121,34); }

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