Html Css Color HEX #7FA500 Christi

📋 copy color: '#7FA500'

red 127 ◦ green 165 ◦ blue 0

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

Shades of Christi #7FA500

Tints of Christi #7FA500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.49%
G = 56.51%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#7FA500 (or 0x7FA500) is known color: Christi. HEX triplet: 7F, A5 and 00. RGB value is (127,165,0). Sum of RGB (Red+Green+Blue) = 127+165+0=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA500 is #805AFF. Grayscale: #878787. Windows color (decimal): -8411904 or 42367. OLE color: 42367.

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

Color convert

RGB 127 165 0 -
CMYK 0.23 0 1 0.35
HSL 73.82º 1% 0.32% -
HSV(B) 73.82º 1% 0.65% -
XYZ 22.21 31.42 4.89 -
YUV 134.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 127 165 0 0.23 0 1 0.35 73.82 1 0.32
Hex 7F A5 0 17 0 64 23 4A 64 20
Octal 177 245 0 27 0 144 43 112 144 40
Binary 1111111 10100101 0 10111 0 1100100 100011 1001010 1100100 100000

Color Harmonies of #7FA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA500

Black with #7FA500

Text Example


Text Example

White with #7FA500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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