Html Css Color HEX #7CB001 Christi

📋 copy color: '#7CB001'

red 124 ◦ green 176 ◦ blue 1

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

Shades of Christi #7CB001

Tints of Christi #7CB001

RGB

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

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

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

R = 41.2%
G = 58.47%
B = 0.33%

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

#7CB001 (or 0x7CB001) is known color: Christi. HEX triplet: 7C, B0 and 01. RGB value is (124,176,1). Sum of RGB (Red+Green+Blue) = 124+176+1=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB001 is #834FFE. Grayscale: #8D8D8D. Windows color (decimal): -8605695 or 110716. OLE color: 110716.

HSL color Cylindrical-coordinate representation of color #7CB001: hue angle of 77.83º degrees, saturation: 0.99, 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 #7CB001 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 1 -
CMYK 0.30 0 0.99 0.31
HSL 77.83º 0.99% 0.35% -
HSV(B) 77.83º 0.99% 0.69% -
XYZ 23.84 35.34 5.59 -
YUV 140.5 49.27 116.23 -
System Red Green Blue C M Y K H S L
Decimal 124 176 1 0.30 0 0.99 0.31 77.83 0.99 0.35
Hex 7C B0 1 1E 0 63 1F 4E 63 23
Octal 174 260 1 36 0 143 37 116 143 43
Binary 1111100 10110000 1 11110 0 1100011 11111 1001110 1100011 100011

Color Harmonies of #7CB001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB001

Black with #7CB001

Text Example


Text Example

White with #7CB001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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