Html Css Color HEX #7DAC05 Christi

📋 copy color: '#7DAC05'

red 125 ◦ green 172 ◦ blue 5

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

Shades of Christi #7DAC05

Tints of Christi #7DAC05

RGB

 RED value IS 125 (49.22% from 255) = 41.39%

 GREEN value IS 172 (67.58% from 255) = 56.95%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 41.39%
G = 56.95%
B = 1.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#7DAC05 (or 0x7DAC05) is known color: Christi. HEX triplet: 7D, AC and 05. RGB value is (125,172,5). Sum of RGB (Red+Green+Blue) = 125+172+5=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC05 is #8253FA. Grayscale: #8B8B8B. Windows color (decimal): -8541179 or 371837. OLE color: 371837.

HSL color Cylindrical-coordinate representation of color #7DAC05: hue angle of 76.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DAC05 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 5 -
CMYK 0.27 0 0.97 0.33
HSL 76.89º 0.94% 0.35% -
HSV(B) 76.89º 0.97% 0.67% -
XYZ 23.24 33.88 5.46 -
YUV 138.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 125 172 5 0.27 0 0.97 0.33 76.89 0.94 0.35
Hex 7D AC 5 1B 0 61 21 4D 5E 23
Octal 175 254 5 33 0 141 41 115 136 43
Binary 1111101 10101100 101 11011 0 1100001 100001 1001101 1011110 100011

Color Harmonies of #7DAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC05

Black with #7DAC05

Text Example


Text Example

White with #7DAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,5); }

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

background-color css

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

 a { background-color: rgb(125,172,5); }

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

border-color css

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

 span { border-color: rgb(125,172,5); }

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