Html Css Color HEX #74A725 Christi

📋 copy color: '#74A725'

red 116 ◦ green 167 ◦ blue 37

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

Shades of Christi #74A725

Tints of Christi #74A725

RGB

 RED value IS 116 (45.7% from 255) = 36.25%

 GREEN value IS 167 (65.63% from 255) = 52.19%

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 36.25%
G = 52.19%
B = 11.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#74A725 (or 0x74A725) is known color: Christi. HEX triplet: 74, A7 and 25. RGB value is (116,167,37). Sum of RGB (Red+Green+Blue) = 116+167+37=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #74A725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A725 is #8B58DA. Grayscale: #898989. Windows color (decimal): -9132251 or 2467700. OLE color: 2467700.

HSL color Cylindrical-coordinate representation of color #74A725: hue angle of 83.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74A725 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 167 37 -
CMYK 0.31 0 0.78 0.35
HSL 83.54º 0.64% 0.4% -
HSV(B) 83.54º 0.78% 0.65% -
XYZ 21.36 31.48 6.7 -
YUV 136.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 116 167 37 0.31 0 0.78 0.35 83.54 0.64 0.4
Hex 74 A7 25 1F 0 4E 23 54 40 28
Octal 164 247 45 37 0 116 43 124 100 50
Binary 1110100 10100111 100101 11111 0 1001110 100011 1010100 1000000 101000

Color Harmonies of #74A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A725

Black with #74A725

Text Example


Text Example

White with #74A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A725; }

 p { color: rgb(116,167,37); }

 H1.HeaderClassName
 {
   color: #74A725;
 }
 .AnyTagClassName
 {
   color: #74A725;
 }
</style>

background-color css

<style>
 a { background-color: #74A725; }

 a { background-color: rgb(116,167,37); }

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

border-color css

<style>
 span { border-color: #74A725; }

 span { border-color: rgb(116,167,37); }

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