Html Css Color HEX #7CB901 Christi

📋 copy color: '#7CB901'

red 124 ◦ green 185 ◦ blue 1

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

Shades of Christi #7CB901

Tints of Christi #7CB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.68%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 40%
G = 59.68%
B = 0.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#7CB901 (or 0x7CB901) is known color: Christi. HEX triplet: 7C, B9 and 01. RGB value is (124,185,1). Sum of RGB (Red+Green+Blue) = 124+185+1=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB901 is #8346FE. Grayscale: #929292. Windows color (decimal): -8603391 or 113020. OLE color: 113020.

HSL color Cylindrical-coordinate representation of color #7CB901: hue angle of 79.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CB901 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 1 -
CMYK 0.33 0 0.99 0.27
HSL 79.89º 0.99% 0.36% -
HSV(B) 79.89º 0.99% 0.73% -
XYZ 25.67 38.99 6.2 -
YUV 145.79 46.29 112.46 -
System Red Green Blue C M Y K H S L
Decimal 124 185 1 0.33 0 0.99 0.27 79.89 0.99 0.36
Hex 7C B9 1 21 0 63 1B 50 63 24
Octal 174 271 1 41 0 143 33 120 143 44
Binary 1111100 10111001 1 100001 0 1100011 11011 1010000 1100011 100100

Color Harmonies of #7CB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB901

Black with #7CB901

Text Example


Text Example

White with #7CB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,1); }

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

background-color css

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

 a { background-color: rgb(124,185,1); }

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

border-color css

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

 span { border-color: rgb(124,185,1); }

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