Html Css Color HEX #7CB008 Lima

📋 copy color: '#7CB008'

red 124 ◦ green 176 ◦ blue 8

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

Shades of Lima #7CB008

Tints of Lima #7CB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.14%

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 40.26%
G = 57.14%
B = 2.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#7CB008 (or 0x7CB008) is known color: Lima. HEX triplet: 7C, B0 and 08. RGB value is (124,176,8). Sum of RGB (Red+Green+Blue) = 124+176+8=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB008 is #834FF7. Grayscale: #8D8D8D. Windows color (decimal): -8605688 or 569468. OLE color: 569468.

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

Color convert

RGB 124 176 8 -
CMYK 0.30 0 0.95 0.31
HSL 78.57º 0.91% 0.36% -
HSV(B) 78.57º 0.95% 0.69% -
XYZ 23.88 35.35 5.79 -
YUV 141.3 52.77 115.66 -
System Red Green Blue C M Y K H S L
Decimal 124 176 8 0.30 0 0.95 0.31 78.57 0.91 0.36
Hex 7C B0 8 1E 0 5F 1F 4F 5B 24
Octal 174 260 10 36 0 137 37 117 133 44
Binary 1111100 10110000 1000 11110 0 1011111 11111 1001111 1011011 100100

Color Harmonies of #7CB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB008

Black with #7CB008

Text Example


Text Example

White with #7CB008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,8); }

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

background-color css

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

 a { background-color: rgb(124,176,8); }

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

border-color css

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

 span { border-color: rgb(124,176,8); }

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