Html Css Color HEX #769367 Highland

📋 copy color: '#769367'

red 118 ◦ green 147 ◦ blue 103

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

Shades of Highland #769367

Tints of Highland #769367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 32.07%
G = 39.95%
B = 27.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#769367 (or 0x769367) is known color: Highland. HEX triplet: 76, 93 and 67. RGB value is (118,147,103). Sum of RGB (Red+Green+Blue) = 118+147+103=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #769367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769367 is #896C98. Grayscale: #858585. Windows color (decimal): -9006233 or 6787958. OLE color: 6787958.

HSL color Cylindrical-coordinate representation of color #769367: hue angle of 99.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769367 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 103 -
CMYK 0.20 0 0.30 0.42
HSL 99.55º 0.18% 0.49% -
HSV(B) 99.55º 0.3% 0.58% -
XYZ 20.35 25.7 16.72 -
YUV 133.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 118 147 103 0.20 0 0.30 0.42 99.55 0.18 0.49
Hex 76 93 67 14 0 1E 2A 64 12 31
Octal 166 223 147 24 0 36 52 144 22 61
Binary 1110110 10010011 1100111 10100 0 11110 101010 1100100 10010 110001

Color Harmonies of #769367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769367

Black with #769367

Text Example


Text Example

White with #769367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769367; }

 p { color: rgb(118,147,103); }

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

background-color css

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

 a { background-color: rgb(118,147,103); }

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

border-color css

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

 span { border-color: rgb(118,147,103); }

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