Html Css Color HEX #769252 Highland

📋 copy color: '#769252'

red 118 ◦ green 146 ◦ blue 82

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

Shades of Highland #769252

Tints of Highland #769252

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 146 (57.42% from 255) = 42.2%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 34.1%
G = 42.2%
B = 23.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#769252 (or 0x769252) is known color: Highland. HEX triplet: 76, 92 and 52. RGB value is (118,146,82). Sum of RGB (Red+Green+Blue) = 118+146+82=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #769252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769252 is #896DAD. Grayscale: #828282. Windows color (decimal): -9006510 or 5411446. OLE color: 5411446.

HSL color Cylindrical-coordinate representation of color #769252: hue angle of 86.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #769252 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 82 -
CMYK 0.19 0 0.44 0.43
HSL 86.25º 0.28% 0.45% -
HSV(B) 86.25º 0.44% 0.57% -
XYZ 19.27 25.02 11.8 -
YUV 130.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 118 146 82 0.19 0 0.44 0.43 86.25 0.28 0.45
Hex 76 92 52 13 0 2C 2B 56 1C 2D
Octal 166 222 122 23 0 54 53 126 34 55
Binary 1110110 10010010 1010010 10011 0 101100 101011 1010110 11100 101101

Color Harmonies of #769252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769252

Black with #769252

Text Example


Text Example

White with #769252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769252; }

 p { color: rgb(118,146,82); }

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

background-color css

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

 a { background-color: rgb(118,146,82); }

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

border-color css

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

 span { border-color: rgb(118,146,82); }

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