Html Css Color HEX #7A9A1B Lima

📋 copy color: '#7A9A1B'

red 122 ◦ green 154 ◦ blue 27

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

Shades of Lima #7A9A1B

Tints of Lima #7A9A1B

RGB

 RED value IS 122 (48.05% from 255) = 40.26%

 GREEN value IS 154 (60.55% from 255) = 50.83%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 40.26%
G = 50.83%
B = 8.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#7A9A1B (or 0x7A9A1B) is known color: Lima. HEX triplet: 7A, 9A and 1B. RGB value is (122,154,27). Sum of RGB (Red+Green+Blue) = 122+154+27=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9A1B is #8565E4. Grayscale: #828282. Windows color (decimal): -8742373 or 1809018. OLE color: 1809018.

HSL color Cylindrical-coordinate representation of color #7A9A1B: hue angle of 75.12º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A9A1B is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 154 27 -
CMYK 0.21 0 0.82 0.40
HSL 75.12º 0.7% 0.35% -
HSV(B) 75.12º 0.82% 0.6% -
XYZ 19.78 27.33 5.27 -
YUV 129.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 122 154 27 0.21 0 0.82 0.40 75.12 0.7 0.35
Hex 7A 9A 1B 15 0 52 28 4B 46 23
Octal 172 232 33 25 0 122 50 113 106 43
Binary 1111010 10011010 11011 10101 0 1010010 101000 1001011 1000110 100011

Color Harmonies of #7A9A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9A1B

Black with #7A9A1B

Text Example


Text Example

White with #7A9A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,154,27); }

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

background-color css

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

 a { background-color: rgb(122,154,27); }

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

border-color css

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

 span { border-color: rgb(122,154,27); }

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