Html Css Color HEX #7CAB0B Lima

📋 copy color: '#7CAB0B'

red 124 ◦ green 171 ◦ blue 11

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

Shades of Lima #7CAB0B

Tints of Lima #7CAB0B

RGB

 RED value IS 124 (48.83% from 255) = 40.52%

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

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

R = 40.52%
G = 55.88%
B = 3.59%

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

#7CAB0B (or 0x7CAB0B) is known color: Lima. HEX triplet: 7C, AB and 0B. RGB value is (124,171,11). Sum of RGB (Red+Green+Blue) = 124+171+11=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAB0B is #8354F4. Grayscale: #8B8B8B. Windows color (decimal): -8606965 or 764796. OLE color: 764796.

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

Color convert

RGB 124 171 11 -
CMYK 0.27 0 0.94 0.33
HSL 77.63º 0.88% 0.36% -
HSV(B) 77.63º 0.94% 0.67% -
XYZ 22.94 33.44 5.56 -
YUV 138.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 124 171 11 0.27 0 0.94 0.33 77.63 0.88 0.36
Hex 7C AB B 1B 0 5E 21 4E 58 24
Octal 174 253 13 33 0 136 41 116 130 44
Binary 1111100 10101011 1011 11011 0 1011110 100001 1001110 1011000 100100

Color Harmonies of #7CAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAB0B

Black with #7CAB0B

Text Example


Text Example

White with #7CAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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