Html Css Color HEX #7FA501 Christi

📋 copy color: '#7FA501'

red 127 ◦ green 165 ◦ blue 1

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

Shades of Christi #7FA501

Tints of Christi #7FA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.31%

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

R = 43.34%
G = 56.31%
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

#7FA501 (or 0x7FA501) is known color: Christi. HEX triplet: 7F, A5 and 01. RGB value is (127,165,1). Sum of RGB (Red+Green+Blue) = 127+165+1=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA501 is #805AFE. Grayscale: #878787. Windows color (decimal): -8411903 or 107903. OLE color: 107903.

HSL color Cylindrical-coordinate representation of color #7FA501: hue angle of 73.9º 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 #7FA501 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 1 -
CMYK 0.23 0 0.99 0.35
HSL 73.9º 0.99% 0.33% -
HSV(B) 73.9º 0.99% 0.65% -
XYZ 22.21 31.42 4.92 -
YUV 134.94 52.41 122.34 -
System Red Green Blue C M Y K H S L
Decimal 127 165 1 0.23 0 0.99 0.35 73.9 0.99 0.33
Hex 7F A5 1 17 0 63 23 4A 63 21
Octal 177 245 1 27 0 143 43 112 143 41
Binary 1111111 10100101 1 10111 0 1100011 100011 1001010 1100011 100001

Color Harmonies of #7FA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA501

Black with #7FA501

Text Example


Text Example

White with #7FA501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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