Html Css Color HEX #7DAB0B Lima

📋 copy color: '#7DAB0B'

red 125 ◦ green 171 ◦ blue 11

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

Shades of Lima #7DAB0B

Tints of Lima #7DAB0B

RGB

 RED value IS 125 (49.22% from 255) = 40.72%

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 40.72%
G = 55.7%
B = 3.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#7DAB0B (or 0x7DAB0B) is known color: Lima. HEX triplet: 7D, AB and 0B. RGB value is (125,171,11). Sum of RGB (Red+Green+Blue) = 125+171+11=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB0B is #8254F4. Grayscale: #8B8B8B. Windows color (decimal): -8541429 or 764797. OLE color: 764797.

HSL color Cylindrical-coordinate representation of color #7DAB0B: hue angle of 77.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DAB0B is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 171 11 -
CMYK 0.27 0 0.94 0.33
HSL 77.25º 0.88% 0.36% -
HSV(B) 77.25º 0.94% 0.67% -
XYZ 23.08 33.51 5.57 -
YUV 139.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 125 171 11 0.27 0 0.94 0.33 77.25 0.88 0.36
Hex 7D AB B 1B 0 5E 21 4D 58 24
Octal 175 253 13 33 0 136 41 115 130 44
Binary 1111101 10101011 1011 11011 0 1011110 100001 1001101 1011000 100100

Color Harmonies of #7DAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB0B

Black with #7DAB0B

Text Example


Text Example

White with #7DAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,11); }

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

background-color css

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

 a { background-color: rgb(125,171,11); }

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

border-color css

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

 span { border-color: rgb(125,171,11); }

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