Html Css Color HEX #7CB304 Christi

📋 copy color: '#7CB304'

red 124 ◦ green 179 ◦ blue 4

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

Shades of Christi #7CB304

Tints of Christi #7CB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 40.39%
G = 58.31%
B = 1.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#7CB304 (or 0x7CB304) is known color: Christi. HEX triplet: 7C, B3 and 04. RGB value is (124,179,4). Sum of RGB (Red+Green+Blue) = 124+179+4=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB304 is #834CFB. Grayscale: #8F8F8F. Windows color (decimal): -8604924 or 308092. OLE color: 308092.

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

Color convert

RGB 124 179 4 -
CMYK 0.31 0 0.98 0.30
HSL 78.86º 0.96% 0.36% -
HSV(B) 78.86º 0.98% 0.7% -
XYZ 24.45 36.53 5.88 -
YUV 142.61 49.78 114.73 -
System Red Green Blue C M Y K H S L
Decimal 124 179 4 0.31 0 0.98 0.30 78.86 0.96 0.36
Hex 7C B3 4 1F 0 62 1E 4F 60 24
Octal 174 263 4 37 0 142 36 117 140 44
Binary 1111100 10110011 100 11111 0 1100010 11110 1001111 1100000 100100

Color Harmonies of #7CB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB304

Black with #7CB304

Text Example


Text Example

White with #7CB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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