Html Css Color HEX #74B705 Christi

📋 copy color: '#74B705'

red 116 ◦ green 183 ◦ blue 5

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

Shades of Christi #74B705

Tints of Christi #74B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 38.16%
G = 60.2%
B = 1.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#74B705 (or 0x74B705) is known color: Christi. HEX triplet: 74, B7 and 05. RGB value is (116,183,5). Sum of RGB (Red+Green+Blue) = 116+183+5=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #74B705 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B705 is #8B48FA. Grayscale: #8F8F8F. Windows color (decimal): -9128187 or 374644. OLE color: 374644.

HSL color Cylindrical-coordinate representation of color #74B705: hue angle of 82.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74B705 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 183 5 -
CMYK 0.37 0 0.97 0.28
HSL 82.58º 0.95% 0.37% -
HSV(B) 82.58º 0.97% 0.72% -
XYZ 24.16 37.59 6.13 -
YUV 142.68 50.3 108.97 -
System Red Green Blue C M Y K H S L
Decimal 116 183 5 0.37 0 0.97 0.28 82.58 0.95 0.37
Hex 74 B7 5 25 0 61 1C 53 5F 25
Octal 164 267 5 45 0 141 34 123 137 45
Binary 1110100 10110111 101 100101 0 1100001 11100 1010011 1011111 100101

Color Harmonies of #74B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B705

Black with #74B705

Text Example


Text Example

White with #74B705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,183,5); }

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

background-color css

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

 a { background-color: rgb(116,183,5); }

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

border-color css

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

 span { border-color: rgb(116,183,5); }

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