Html Css Color HEX #769C75 Laurel

📋 copy color: '#769C75'

red 118 ◦ green 156 ◦ blue 117

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

Shades of Laurel #769C75

Tints of Laurel #769C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 30.18%
G = 39.9%
B = 29.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#769C75 (or 0x769C75) is known color: Laurel. HEX triplet: 76, 9C and 75. RGB value is (118,156,117). Sum of RGB (Red+Green+Blue) = 118+156+117=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #769C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C75 is #89638A. Grayscale: #8C8C8C. Windows color (decimal): -9003915 or 7707766. OLE color: 7707766.

HSL color Cylindrical-coordinate representation of color #769C75: hue angle of 118.46º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769C75 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 156 117 -
CMYK 0.24 0 0.25 0.39
HSL 118.46º 0.16% 0.54% -
HSV(B) 118.46º 0.25% 0.61% -
XYZ 22.57 28.91 21.22 -
YUV 140.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 118 156 117 0.24 0 0.25 0.39 118.46 0.16 0.54
Hex 76 9C 75 18 0 19 27 76 10 36
Octal 166 234 165 30 0 31 47 166 20 66
Binary 1110110 10011100 1110101 11000 0 11001 100111 1110110 10000 110110

Color Harmonies of #769C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C75

Black with #769C75

Text Example


Text Example

White with #769C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769C75; }

 p { color: rgb(118,156,117); }

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

background-color css

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

 a { background-color: rgb(118,156,117); }

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

border-color css

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

 span { border-color: rgb(118,156,117); }

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