Html Css Color HEX #769058 Highland

📋 copy color: '#769058'

red 118 ◦ green 144 ◦ blue 88

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

Shades of Highland #769058

Tints of Highland #769058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 33.71%
G = 41.14%
B = 25.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#769058 (or 0x769058) is known color: Highland. HEX triplet: 76, 90 and 58. RGB value is (118,144,88). Sum of RGB (Red+Green+Blue) = 118+144+88=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #769058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769058 is #896FA7. Grayscale: #828282. Windows color (decimal): -9007016 or 5804150. OLE color: 5804150.

HSL color Cylindrical-coordinate representation of color #769058: hue angle of 87.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769058 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 88 -
CMYK 0.18 0 0.39 0.44
HSL 87.86º 0.24% 0.45% -
HSV(B) 87.86º 0.39% 0.56% -
XYZ 19.21 24.5 12.95 -
YUV 129.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 118 144 88 0.18 0 0.39 0.44 87.86 0.24 0.45
Hex 76 90 58 12 0 27 2C 58 18 2D
Octal 166 220 130 22 0 47 54 130 30 55
Binary 1110110 10010000 1011000 10010 0 100111 101100 1011000 11000 101101

Color Harmonies of #769058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769058

Black with #769058

Text Example


Text Example

White with #769058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769058; }

 p { color: rgb(118,144,88); }

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

background-color css

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

 a { background-color: rgb(118,144,88); }

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

border-color css

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

 span { border-color: rgb(118,144,88); }

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