Html Css Color HEX #74AD0D Christi

📋 copy color: '#74AD0D'

red 116 ◦ green 173 ◦ blue 13

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

Shades of Christi #74AD0D

Tints of Christi #74AD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 38.41%
G = 57.28%
B = 4.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#74AD0D (or 0x74AD0D) is known color: Christi. HEX triplet: 74, AD and 0D. RGB value is (116,173,13). Sum of RGB (Red+Green+Blue) = 116+173+13=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD0D is #8B52F2. Grayscale: #8A8A8A. Windows color (decimal): -9130739 or 896372. OLE color: 896372.

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

Color convert

RGB 116 173 13 -
CMYK 0.33 0 0.92 0.32
HSL 81.38º 0.86% 0.36% -
HSV(B) 81.38º 0.92% 0.68% -
XYZ 22.22 33.63 5.7 -
YUV 137.72 57.62 112.51 -
System Red Green Blue C M Y K H S L
Decimal 116 173 13 0.33 0 0.92 0.32 81.38 0.86 0.36
Hex 74 AD D 21 0 5C 20 51 56 24
Octal 164 255 15 41 0 134 40 121 126 44
Binary 1110100 10101101 1101 100001 0 1011100 100000 1010001 1010110 100100

Color Harmonies of #74AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD0D

Black with #74AD0D

Text Example


Text Example

White with #74AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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