Html Css Color HEX #74980D Christi

📋 copy color: '#74980D'

red 116 ◦ green 152 ◦ blue 13

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

Shades of Christi #74980D

Tints of Christi #74980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.09%

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

R = 41.28%
G = 54.09%
B = 4.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#74980D (or 0x74980D) is known color: Christi. HEX triplet: 74, 98 and 0D. RGB value is (116,152,13). Sum of RGB (Red+Green+Blue) = 116+152+13=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #74980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74980D is #8B67F2. Grayscale: #7D7D7D. Windows color (decimal): -9136115 or 890996. OLE color: 890996.

HSL color Cylindrical-coordinate representation of color #74980D: hue angle of 75.54º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74980D is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 13 -
CMYK 0.24 0 0.91 0.40
HSL 75.54º 0.84% 0.32% -
HSV(B) 75.54º 0.91% 0.6% -
XYZ 18.5 26.2 4.46 -
YUV 125.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 116 152 13 0.24 0 0.91 0.40 75.54 0.84 0.32
Hex 74 98 D 18 0 5B 28 4C 54 20
Octal 164 230 15 30 0 133 50 114 124 40
Binary 1110100 10011000 1101 11000 0 1011011 101000 1001100 1010100 100000

Color Harmonies of #74980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74980D

Black with #74980D

Text Example


Text Example

White with #74980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74980D; }

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

 H1.HeaderClassName
 {
   color: #74980D;
 }
 .AnyTagClassName
 {
   color: #74980D;
 }
</style>

background-color css

<style>
 a { background-color: #74980D; }

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

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

border-color css

<style>
 span { border-color: #74980D; }

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

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