Html Css Color HEX #7BAF32 Lima

📋 copy color: '#7BAF32'

red 123 ◦ green 175 ◦ blue 50

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

Shades of Lima #7BAF32

Tints of Lima #7BAF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.29%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 35.34%
G = 50.29%
B = 14.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#7BAF32 (or 0x7BAF32) is known color: Lima. HEX triplet: 7B, AF and 32. RGB value is (123,175,50). Sum of RGB (Red+Green+Blue) = 123+175+50=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF32 is #8450CD. Grayscale: #919191. Windows color (decimal): -8671438 or 3321723. OLE color: 3321723.

HSL color Cylindrical-coordinate representation of color #7BAF32: hue angle of 84.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BAF32 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 50 -
CMYK 0.30 0 0.71 0.31
HSL 84.96º 0.56% 0.44% -
HSV(B) 84.96º 0.71% 0.69% -
XYZ 24.07 35.1 8.52 -
YUV 145.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 123 175 50 0.30 0 0.71 0.31 84.96 0.56 0.44
Hex 7B AF 32 1E 0 47 1F 55 38 2C
Octal 173 257 62 36 0 107 37 125 70 54
Binary 1111011 10101111 110010 11110 0 1000111 11111 1010101 111000 101100

Color Harmonies of #7BAF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF32

Black with #7BAF32

Text Example


Text Example

White with #7BAF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,50); }

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

background-color css

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

 a { background-color: rgb(123,175,50); }

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

border-color css

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

 span { border-color: rgb(123,175,50); }

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