Html Css Color HEX #74BA0E Christi

📋 copy color: '#74BA0E'

red 116 ◦ green 186 ◦ blue 14

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

Shades of Christi #74BA0E

Tints of Christi #74BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 36.71%
G = 58.86%
B = 4.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#74BA0E (or 0x74BA0E) is known color: Christi. HEX triplet: 74, BA and 0E. RGB value is (116,186,14). Sum of RGB (Red+Green+Blue) = 116+186+14=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA0E is #8B45F1. Grayscale: #929292. Windows color (decimal): -9127410 or 965236. OLE color: 965236.

HSL color Cylindrical-coordinate representation of color #74BA0E: hue angle of 84.42º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74BA0E is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 14 -
CMYK 0.38 0 0.92 0.27
HSL 84.42º 0.86% 0.39% -
HSV(B) 84.42º 0.92% 0.73% -
XYZ 24.84 38.86 6.61 -
YUV 145.46 53.81 106.99 -
System Red Green Blue C M Y K H S L
Decimal 116 186 14 0.38 0 0.92 0.27 84.42 0.86 0.39
Hex 74 BA E 26 0 5C 1B 54 56 27
Octal 164 272 16 46 0 134 33 124 126 47
Binary 1110100 10111010 1110 100110 0 1011100 11011 1010100 1010110 100111

Color Harmonies of #74BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA0E

Black with #74BA0E

Text Example


Text Example

White with #74BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,186,14); }

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

background-color css

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

 a { background-color: rgb(116,186,14); }

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

border-color css

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

 span { border-color: rgb(116,186,14); }

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