Html Css Color HEX #7FA601 Christi

📋 copy color: '#7FA601'

red 127 ◦ green 166 ◦ blue 1

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

Shades of Christi #7FA601

Tints of Christi #7FA601

RGB

 RED value IS 127 (50% from 255) = 43.2%

 GREEN value IS 166 (65.23% from 255) = 56.46%

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

R = 43.2%
G = 56.46%
B = 0.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#7FA601 (or 0x7FA601) is known color: Christi. HEX triplet: 7F, A6 and 01. RGB value is (127,166,1). Sum of RGB (Red+Green+Blue) = 127+166+1=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA601 is #8059FE. Grayscale: #888888. Windows color (decimal): -8411647 or 108159. OLE color: 108159.

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

Color convert

RGB 127 166 1 -
CMYK 0.23 0 0.99 0.35
HSL 74.18º 0.99% 0.33% -
HSV(B) 74.18º 0.99% 0.65% -
XYZ 22.39 31.79 4.98 -
YUV 135.53 52.08 121.92 -
System Red Green Blue C M Y K H S L
Decimal 127 166 1 0.23 0 0.99 0.35 74.18 0.99 0.33
Hex 7F A6 1 17 0 63 23 4A 63 21
Octal 177 246 1 27 0 143 43 112 143 41
Binary 1111111 10100110 1 10111 0 1100011 100011 1001010 1100011 100001

Color Harmonies of #7FA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA601

Black with #7FA601

Text Example


Text Example

White with #7FA601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,1); }

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

background-color css

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

 a { background-color: rgb(127,166,1); }

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

border-color css

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

 span { border-color: rgb(127,166,1); }

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