Html Css Color HEX #76987B Oxley

📋 copy color: '#76987B'

red 118 ◦ green 152 ◦ blue 123

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

Shades of Oxley #76987B

Tints of Oxley #76987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 30.03%
G = 38.68%
B = 31.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#76987B (or 0x76987B) is known color: Oxley. HEX triplet: 76, 98 and 7B. RGB value is (118,152,123). Sum of RGB (Red+Green+Blue) = 118+152+123=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #76987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987B is #896784. Grayscale: #8A8A8A. Windows color (decimal): -9004933 or 8099958. OLE color: 8099958.

HSL color Cylindrical-coordinate representation of color #76987B: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76987B is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 123 -
CMYK 0.22 0 0.19 0.40
HSL 128.82º 0.14% 0.53% -
HSV(B) 128.82º 0.22% 0.6% -
XYZ 22.27 27.74 22.92 -
YUV 138.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 118 152 123 0.22 0 0.19 0.40 128.82 0.14 0.53
Hex 76 98 7B 16 0 13 28 81 E 35
Octal 166 230 173 26 0 23 50 201 16 65
Binary 1110110 10011000 1111011 10110 0 10011 101000 10000001 1110 110101

Color Harmonies of #76987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76987B

Black with #76987B

Text Example


Text Example

White with #76987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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