Html Css Color HEX #769B7D Oxley

📋 copy color: '#769B7D'

red 118 ◦ green 155 ◦ blue 125

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

Shades of Oxley #769B7D

Tints of Oxley #769B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 29.65%
G = 38.94%
B = 31.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#769B7D (or 0x769B7D) is known color: Oxley. HEX triplet: 76, 9B and 7D. RGB value is (118,155,125). Sum of RGB (Red+Green+Blue) = 118+155+125=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7D is #896482. Grayscale: #8C8C8C. Windows color (decimal): -9004163 or 8231798. OLE color: 8231798.

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

Color convert

RGB 118 155 125 -
CMYK 0.24 0 0.19 0.39
HSL 131.35º 0.16% 0.54% -
HSV(B) 131.35º 0.24% 0.61% -
XYZ 22.89 28.77 23.75 -
YUV 140.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 118 155 125 0.24 0 0.19 0.39 131.35 0.16 0.54
Hex 76 9B 7D 18 0 13 27 83 10 36
Octal 166 233 175 30 0 23 47 203 20 66
Binary 1110110 10011011 1111101 11000 0 10011 100111 10000011 10000 110110

Color Harmonies of #769B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B7D

Black with #769B7D

Text Example


Text Example

White with #769B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,125); }

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

background-color css

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

 a { background-color: rgb(118,155,125); }

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

border-color css

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

 span { border-color: rgb(118,155,125); }

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