Html Css Color HEX #74B515 Christi

📋 copy color: '#74B515'

red 116 ◦ green 181 ◦ blue 21

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

Shades of Christi #74B515

Tints of Christi #74B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.92%

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 36.48%
G = 56.92%
B = 6.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#74B515 (or 0x74B515) is known color: Christi. HEX triplet: 74, B5 and 15. RGB value is (116,181,21). Sum of RGB (Red+Green+Blue) = 116+181+21=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #74B515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74B515 is #8B4AEA. Grayscale: #8F8F8F. Windows color (decimal): -9128683 or 1422708. OLE color: 1422708.

HSL color Cylindrical-coordinate representation of color #74B515: hue angle of 84.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74B515 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 181 21 -
CMYK 0.36 0 0.88 0.29
HSL 84.38º 0.79% 0.4% -
HSV(B) 84.38º 0.88% 0.71% -
XYZ 23.86 36.81 6.56 -
YUV 143.33 58.97 108.51 -
System Red Green Blue C M Y K H S L
Decimal 116 181 21 0.36 0 0.88 0.29 84.38 0.79 0.4
Hex 74 B5 15 24 0 58 1D 54 4F 28
Octal 164 265 25 44 0 130 35 124 117 50
Binary 1110100 10110101 10101 100100 0 1011000 11101 1010100 1001111 101000

Color Harmonies of #74B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B515

Black with #74B515

Text Example


Text Example

White with #74B515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,21); }

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

background-color css

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

 a { background-color: rgb(116,181,21); }

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

border-color css

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

 span { border-color: rgb(116,181,21); }

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