Html Css Color HEX #7CB309 Lima

📋 copy color: '#7CB309'

red 124 ◦ green 179 ◦ blue 9

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

Shades of Lima #7CB309

Tints of Lima #7CB309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.37%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 39.74%
G = 57.37%
B = 2.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#7CB309 (or 0x7CB309) is known color: Lima. HEX triplet: 7C, B3 and 09. RGB value is (124,179,9). Sum of RGB (Red+Green+Blue) = 124+179+9=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB309 is #834CF6. Grayscale: #8F8F8F. Windows color (decimal): -8604919 or 635772. OLE color: 635772.

HSL color Cylindrical-coordinate representation of color #7CB309: hue angle of 79.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CB309 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 179 9 -
CMYK 0.31 0 0.95 0.30
HSL 79.41º 0.9% 0.37% -
HSV(B) 79.41º 0.95% 0.7% -
XYZ 24.48 36.55 6.02 -
YUV 143.18 52.28 114.32 -
System Red Green Blue C M Y K H S L
Decimal 124 179 9 0.31 0 0.95 0.30 79.41 0.9 0.37
Hex 7C B3 9 1F 0 5F 1E 4F 5A 25
Octal 174 263 11 37 0 137 36 117 132 45
Binary 1111100 10110011 1001 11111 0 1011111 11110 1001111 1011010 100101

Color Harmonies of #7CB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB309

Black with #7CB309

Text Example


Text Example

White with #7CB309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,179,9); }

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

background-color css

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

 a { background-color: rgb(124,179,9); }

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

border-color css

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

 span { border-color: rgb(124,179,9); }

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