Html Css Color HEX #7FA502 Christi

📋 copy color: '#7FA502'

red 127 ◦ green 165 ◦ blue 2

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

Shades of Christi #7FA502

Tints of Christi #7FA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 43.2%
G = 56.12%
B = 0.68%

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

#7FA502 (or 0x7FA502) is known color: Christi. HEX triplet: 7F, A5 and 02. RGB value is (127,165,2). Sum of RGB (Red+Green+Blue) = 127+165+2=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA502 is #805AFD. Grayscale: #878787. Windows color (decimal): -8411902 or 173439. OLE color: 173439.

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

Color convert

RGB 127 165 2 -
CMYK 0.23 0 0.99 0.35
HSL 73.99º 0.98% 0.33% -
HSV(B) 73.99º 0.99% 0.65% -
XYZ 22.22 31.43 4.95 -
YUV 135.06 52.91 122.25 -
System Red Green Blue C M Y K H S L
Decimal 127 165 2 0.23 0 0.99 0.35 73.99 0.98 0.33
Hex 7F A5 2 17 0 63 23 4A 62 21
Octal 177 245 2 27 0 143 43 112 142 41
Binary 1111111 10100101 10 10111 0 1100011 100011 1001010 1100010 100001

Color Harmonies of #7FA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA502

Black with #7FA502

Text Example


Text Example

White with #7FA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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