Html Css Color HEX #74BA07 Christi

📋 copy color: '#74BA07'

red 116 ◦ green 186 ◦ blue 7

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

Shades of Christi #74BA07

Tints of Christi #74BA07

RGB

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

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

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

R = 37.54%
G = 60.19%
B = 2.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#74BA07 (or 0x74BA07) is known color: Christi. HEX triplet: 74, BA and 07. RGB value is (116,186,7). Sum of RGB (Red+Green+Blue) = 116+186+7=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74BA07 is #8B45F8. Grayscale: #919191. Windows color (decimal): -9127417 or 506484. OLE color: 506484.

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

Color convert

RGB 116 186 7 -
CMYK 0.38 0 0.96 0.27
HSL 83.46º 0.93% 0.38% -
HSV(B) 83.46º 0.96% 0.73% -
XYZ 24.8 38.85 6.39 -
YUV 144.66 50.31 107.55 -
System Red Green Blue C M Y K H S L
Decimal 116 186 7 0.38 0 0.96 0.27 83.46 0.93 0.38
Hex 74 BA 7 26 0 60 1B 53 5D 26
Octal 164 272 7 46 0 140 33 123 135 46
Binary 1110100 10111010 111 100110 0 1100000 11011 1010011 1011101 100110

Color Harmonies of #74BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA07

Black with #74BA07

Text Example


Text Example

White with #74BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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