Html Css Color HEX #7B9B81 Oxley

📋 copy color: '#7B9B81'

red 123 ◦ green 155 ◦ blue 129

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

Shades of Oxley #7B9B81

Tints of Oxley #7B9B81

RGB

 RED value IS 123 (48.44% from 255) = 30.22%

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 30.22%
G = 38.08%
B = 31.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#7B9B81 (or 0x7B9B81) is known color: Oxley. HEX triplet: 7B, 9B and 81. RGB value is (123,155,129). Sum of RGB (Red+Green+Blue) = 123+155+129=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9B81 is #84647E. Grayscale: #8E8E8E. Windows color (decimal): -8676479 or 8493947. OLE color: 8493947.

HSL color Cylindrical-coordinate representation of color #7B9B81: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B9B81 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 155 129 -
CMYK 0.21 0 0.17 0.39
HSL 131.25º 0.14% 0.55% -
HSV(B) 131.25º 0.21% 0.61% -
XYZ 23.85 29.24 25.16 -
YUV 142.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 123 155 129 0.21 0 0.17 0.39 131.25 0.14 0.55
Hex 7B 9B 81 15 0 11 27 83 E 37
Octal 173 233 201 25 0 21 47 203 16 67
Binary 1111011 10011011 10000001 10101 0 10001 100111 10000011 1110 110111

Color Harmonies of #7B9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9B81

Black with #7B9B81

Text Example


Text Example

White with #7B9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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