Html Css Color HEX #7CB002 Christi

📋 copy color: '#7CB002'

red 124 ◦ green 176 ◦ blue 2

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

Shades of Christi #7CB002

Tints of Christi #7CB002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 41.06%
G = 58.28%
B = 0.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#7CB002 (or 0x7CB002) is known color: Christi. HEX triplet: 7C, B0 and 02. RGB value is (124,176,2). Sum of RGB (Red+Green+Blue) = 124+176+2=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB002 is #834FFD. Grayscale: #8D8D8D. Windows color (decimal): -8605694 or 176252. OLE color: 176252.

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

Color convert

RGB 124 176 2 -
CMYK 0.30 0 0.99 0.31
HSL 77.93º 0.98% 0.35% -
HSV(B) 77.93º 0.99% 0.69% -
XYZ 23.85 35.34 5.62 -
YUV 140.62 49.77 116.15 -
System Red Green Blue C M Y K H S L
Decimal 124 176 2 0.30 0 0.99 0.31 77.93 0.98 0.35
Hex 7C B0 2 1E 0 63 1F 4E 62 23
Octal 174 260 2 36 0 143 37 116 142 43
Binary 1111100 10110000 10 11110 0 1100011 11111 1001110 1100010 100011

Color Harmonies of #7CB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB002

Black with #7CB002

Text Example


Text Example

White with #7CB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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