Html Css Color HEX #7DAC0B Lima

📋 copy color: '#7DAC0B'

red 125 ◦ green 172 ◦ blue 11

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

Shades of Lima #7DAC0B

Tints of Lima #7DAC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.84%

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

R = 40.58%
G = 55.84%
B = 3.57%

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

#7DAC0B (or 0x7DAC0B) is known color: Lima. HEX triplet: 7D, AC and 0B. RGB value is (125,172,11). Sum of RGB (Red+Green+Blue) = 125+172+11=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC0B is #8253F4. Grayscale: #8C8C8C. Windows color (decimal): -8541173 or 765053. OLE color: 765053.

HSL color Cylindrical-coordinate representation of color #7DAC0B: hue angle of 77.52º 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 #7DAC0B is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 11 -
CMYK 0.27 0 0.94 0.33
HSL 77.52º 0.88% 0.36% -
HSV(B) 77.52º 0.94% 0.67% -
XYZ 23.27 33.89 5.63 -
YUV 139.59 55.43 117.59 -
System Red Green Blue C M Y K H S L
Decimal 125 172 11 0.27 0 0.94 0.33 77.52 0.88 0.36
Hex 7D AC B 1B 0 5E 21 4E 58 24
Octal 175 254 13 33 0 136 41 116 130 44
Binary 1111101 10101100 1011 11011 0 1011110 100001 1001110 1011000 100100

Color Harmonies of #7DAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC0B

Black with #7DAC0B

Text Example


Text Example

White with #7DAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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