Html Css Color HEX #74A823 Christi

📋 copy color: '#74A823'

red 116 ◦ green 168 ◦ blue 35

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

Shades of Christi #74A823

Tints of Christi #74A823

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.66%

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 36.36%
G = 52.66%
B = 10.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#74A823 (or 0x74A823) is known color: Christi. HEX triplet: 74, A8 and 23. RGB value is (116,168,35). Sum of RGB (Red+Green+Blue) = 116+168+35=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #74A823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A823 is #8B57DC. Grayscale: #898989. Windows color (decimal): -9131997 or 2336884. OLE color: 2336884.

HSL color Cylindrical-coordinate representation of color #74A823: hue angle of 83.46º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74A823 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 168 35 -
CMYK 0.31 0 0.79 0.34
HSL 83.46º 0.66% 0.4% -
HSV(B) 83.46º 0.79% 0.66% -
XYZ 21.51 31.84 6.6 -
YUV 137.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 116 168 35 0.31 0 0.79 0.34 83.46 0.66 0.4
Hex 74 A8 23 1F 0 4F 22 53 42 28
Octal 164 250 43 37 0 117 42 123 102 50
Binary 1110100 10101000 100011 11111 0 1001111 100010 1010011 1000010 101000

Color Harmonies of #74A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A823

Black with #74A823

Text Example


Text Example

White with #74A823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,35); }

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

background-color css

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

 a { background-color: rgb(116,168,35); }

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

border-color css

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

 span { border-color: rgb(116,168,35); }

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