Html Css Color HEX #7B8D70 Xanadu

📋 copy color: '#7B8D70'

red 123 ◦ green 141 ◦ blue 112

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

Shades of Xanadu #7B8D70

Tints of Xanadu #7B8D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 32.71%
G = 37.5%
B = 29.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#7B8D70 (or 0x7B8D70) is known color: Xanadu. HEX triplet: 7B, 8D and 70. RGB value is (123,141,112). Sum of RGB (Red+Green+Blue) = 123+141+112=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8D70 is #84728F. Grayscale: #848484. Windows color (decimal): -8680080 or 7376251. OLE color: 7376251.

HSL color Cylindrical-coordinate representation of color #7B8D70: hue angle of 97.24º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B8D70 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 141 112 -
CMYK 0.13 0 0.21 0.45
HSL 97.24º 0.11% 0.5% -
HSV(B) 97.24º 0.21% 0.55% -
XYZ 20.62 24.43 18.96 -
YUV 132.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 123 141 112 0.13 0 0.21 0.45 97.24 0.11 0.5
Hex 7B 8D 70 D 0 15 2D 61 B 32
Octal 173 215 160 15 0 25 55 141 13 62
Binary 1111011 10001101 1110000 1101 0 10101 101101 1100001 1011 110010

Color Harmonies of #7B8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8D70

Black with #7B8D70

Text Example


Text Example

White with #7B8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,141,112); }

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

background-color css

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

 a { background-color: rgb(123,141,112); }

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

border-color css

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

 span { border-color: rgb(123,141,112); }

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