Html Css Color HEX #769B7B Oxley

📋 copy color: '#769B7B'

red 118 ◦ green 155 ◦ blue 123

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

Shades of Oxley #769B7B

Tints of Oxley #769B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 29.8%
G = 39.14%
B = 31.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#769B7B (or 0x769B7B) is known color: Oxley. HEX triplet: 76, 9B and 7B. RGB value is (118,155,123). Sum of RGB (Red+Green+Blue) = 118+155+123=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #769B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B7B is #896484. Grayscale: #8C8C8C. Windows color (decimal): -9004165 or 8100726. OLE color: 8100726.

HSL color Cylindrical-coordinate representation of color #769B7B: hue angle of 128.11º 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 #769B7B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 123 -
CMYK 0.24 0 0.21 0.39
HSL 128.11º 0.16% 0.54% -
HSV(B) 128.11º 0.24% 0.61% -
XYZ 22.77 28.72 23.08 -
YUV 140.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 118 155 123 0.24 0 0.21 0.39 128.11 0.16 0.54
Hex 76 9B 7B 18 0 15 27 80 10 36
Octal 166 233 173 30 0 25 47 200 20 66
Binary 1110110 10011011 1111011 11000 0 10101 100111 10000000 10000 110110

Color Harmonies of #769B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B7B

Black with #769B7B

Text Example


Text Example

White with #769B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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