Html Css Color HEX #7B9D83 Oxley

📋 copy color: '#7B9D83'

red 123 ◦ green 157 ◦ blue 131

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

Shades of Oxley #7B9D83

Tints of Oxley #7B9D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 29.93%
G = 38.2%
B = 31.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#7B9D83 (or 0x7B9D83) is known color: Oxley. HEX triplet: 7B, 9D and 83. RGB value is (123,157,131). Sum of RGB (Red+Green+Blue) = 123+157+131=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9D83 is #84627C. Grayscale: #8F8F8F. Windows color (decimal): -8675965 or 8625531. OLE color: 8625531.

HSL color Cylindrical-coordinate representation of color #7B9D83: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9D83 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 157 131 -
CMYK 0.22 0 0.17 0.38
HSL 134.12º 0.15% 0.55% -
HSV(B) 134.12º 0.22% 0.62% -
XYZ 24.32 29.96 25.97 -
YUV 143.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 123 157 131 0.22 0 0.17 0.38 134.12 0.15 0.55
Hex 7B 9D 83 16 0 11 26 86 F 37
Octal 173 235 203 26 0 21 46 206 17 67
Binary 1111011 10011101 10000011 10110 0 10001 100110 10000110 1111 110111

Color Harmonies of #7B9D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9D83

Black with #7B9D83

Text Example


Text Example

White with #7B9D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,157,131); }

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

background-color css

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

 a { background-color: rgb(123,157,131); }

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

border-color css

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

 span { border-color: rgb(123,157,131); }

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