Html Css Color HEX #74AD07 Christi

📋 copy color: '#74AD07'

red 116 ◦ green 173 ◦ blue 7

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

Shades of Christi #74AD07

Tints of Christi #74AD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 39.19%
G = 58.45%
B = 2.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#74AD07 (or 0x74AD07) is known color: Christi. HEX triplet: 74, AD and 07. RGB value is (116,173,7). Sum of RGB (Red+Green+Blue) = 116+173+7=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AD07 is #8B52F8. Grayscale: #898989. Windows color (decimal): -9130745 or 503156. OLE color: 503156.

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

Color convert

RGB 116 173 7 -
CMYK 0.33 0 0.96 0.32
HSL 80.6º 0.92% 0.35% -
HSV(B) 80.6º 0.96% 0.68% -
XYZ 22.18 33.62 5.52 -
YUV 137.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 116 173 7 0.33 0 0.96 0.32 80.6 0.92 0.35
Hex 74 AD 7 21 0 60 20 51 5C 23
Octal 164 255 7 41 0 140 40 121 134 43
Binary 1110100 10101101 111 100001 0 1100000 100000 1010001 1011100 100011

Color Harmonies of #74AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD07

Black with #74AD07

Text Example


Text Example

White with #74AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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