Html Css Color HEX #7DAB0C Lima

📋 copy color: '#7DAB0C'

red 125 ◦ green 171 ◦ blue 12

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

Shades of Lima #7DAB0C

Tints of Lima #7DAB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 40.58%
G = 55.52%
B = 3.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#7DAB0C (or 0x7DAB0C) is known color: Lima. HEX triplet: 7D, AB and 0C. RGB value is (125,171,12). Sum of RGB (Red+Green+Blue) = 125+171+12=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB0C is #8254F3. Grayscale: #8B8B8B. Windows color (decimal): -8541428 or 830333. OLE color: 830333.

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

Color convert

RGB 125 171 12 -
CMYK 0.27 0 0.93 0.33
HSL 77.36º 0.87% 0.36% -
HSV(B) 77.36º 0.93% 0.67% -
XYZ 23.09 33.51 5.6 -
YUV 139.12 56.26 117.93 -
System Red Green Blue C M Y K H S L
Decimal 125 171 12 0.27 0 0.93 0.33 77.36 0.87 0.36
Hex 7D AB C 1B 0 5D 21 4D 57 24
Octal 175 253 14 33 0 135 41 115 127 44
Binary 1111101 10101011 1100 11011 0 1011101 100001 1001101 1010111 100100

Color Harmonies of #7DAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB0C

Black with #7DAB0C

Text Example


Text Example

White with #7DAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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