Html Css Color HEX #74AD1D Christi

📋 copy color: '#74AD1D'

red 116 ◦ green 173 ◦ blue 29

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

Shades of Christi #74AD1D

Tints of Christi #74AD1D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.4%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 36.48%
G = 54.4%
B = 9.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#74AD1D (or 0x74AD1D) is known color: Christi. HEX triplet: 74, AD and 1D. RGB value is (116,173,29). Sum of RGB (Red+Green+Blue) = 116+173+29=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD1D is #8B52E2. Grayscale: #8C8C8C. Windows color (decimal): -9130723 or 1944948. OLE color: 1944948.

HSL color Cylindrical-coordinate representation of color #74AD1D: hue angle of 83.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74AD1D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 29 -
CMYK 0.33 0 0.83 0.32
HSL 83.75º 0.71% 0.4% -
HSV(B) 83.75º 0.83% 0.68% -
XYZ 22.37 33.69 6.49 -
YUV 139.54 65.62 111.21 -
System Red Green Blue C M Y K H S L
Decimal 116 173 29 0.33 0 0.83 0.32 83.75 0.71 0.4
Hex 74 AD 1D 21 0 53 20 54 47 28
Octal 164 255 35 41 0 123 40 124 107 50
Binary 1110100 10101101 11101 100001 0 1010011 100000 1010100 1000111 101000

Color Harmonies of #74AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD1D

Black with #74AD1D

Text Example


Text Example

White with #74AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,29); }

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

background-color css

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

 a { background-color: rgb(116,173,29); }

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

border-color css

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

 span { border-color: rgb(116,173,29); }

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