Html Css Color HEX #7B8B75 Spanish Green

📋 copy color: '#7B8B75'

red 123 ◦ green 139 ◦ blue 117

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

Shades of Spanish Green #7B8B75

Tints of Spanish Green #7B8B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 32.45%
G = 36.68%
B = 30.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#7B8B75 (or 0x7B8B75) is known color: Spanish Green. HEX triplet: 7B, 8B and 75. RGB value is (123,139,117). Sum of RGB (Red+Green+Blue) = 123+139+117=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8B75 is #84748A. Grayscale: #838383. Windows color (decimal): -8680587 or 7703419. OLE color: 7703419.

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

Color convert

RGB 123 139 117 -
CMYK 0.12 0 0.16 0.45
HSL 103.64º 0.09% 0.5% -
HSV(B) 103.64º 0.16% 0.55% -
XYZ 20.61 23.96 20.37 -
YUV 131.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 123 139 117 0.12 0 0.16 0.45 103.64 0.09 0.5
Hex 7B 8B 75 C 0 10 2D 68 9 32
Octal 173 213 165 14 0 20 55 150 11 62
Binary 1111011 10001011 1110101 1100 0 10000 101101 1101000 1001 110010

Color Harmonies of #7B8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8B75

Black with #7B8B75

Text Example


Text Example

White with #7B8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,139,117); }

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

background-color css

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

 a { background-color: rgb(123,139,117); }

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

border-color css

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

 span { border-color: rgb(123,139,117); }

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