Html Css Color HEX #75965A Highland

📋 copy color: '#75965A'

red 117 ◦ green 150 ◦ blue 90

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

Shades of Highland #75965A

Tints of Highland #75965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 32.77%
G = 42.02%
B = 25.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#75965A (or 0x75965A) is known color: Highland. HEX triplet: 75, 96 and 5A. RGB value is (117,150,90). Sum of RGB (Red+Green+Blue) = 117+150+90=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #75965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75965A is #8A69A5. Grayscale: #858585. Windows color (decimal): -9071014 or 5936757. OLE color: 5936757.

HSL color Cylindrical-coordinate representation of color #75965A: hue angle of 93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75965A is Cyan = 0.22, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 90 -
CMYK 0.22 0 0.4 0.41
HSL 93º 0.25% 0.47% -
HSV(B) 93º 0.4% 0.59% -
XYZ 20.09 26.33 13.7 -
YUV 133.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 117 150 90 0.22 0 0.4 0.41 93 0.25 0.47
Hex 75 96 5A 16 0 28 29 5D 19 2F
Octal 165 226 132 26 0 50 51 135 31 57
Binary 1110101 10010110 1011010 10110 0 101000 101001 1011101 11001 101111

Color Harmonies of #75965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75965A

Black with #75965A

Text Example


Text Example

White with #75965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,150,90); }

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

background-color css

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

 a { background-color: rgb(117,150,90); }

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

border-color css

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

 span { border-color: rgb(117,150,90); }

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