Html Css Color HEX #749C01 Christi

📋 copy color: '#749C01'

red 116 ◦ green 156 ◦ blue 1

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

Shades of Christi #749C01

Tints of Christi #749C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.14%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 42.49%
G = 57.14%
B = 0.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#749C01 (or 0x749C01) is known color: Christi. HEX triplet: 74, 9C and 01. RGB value is (116,156,1). Sum of RGB (Red+Green+Blue) = 116+156+1=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #749C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749C01 is #8B63FE. Grayscale: #7E7E7E. Windows color (decimal): -9135103 or 105588. OLE color: 105588.

HSL color Cylindrical-coordinate representation of color #749C01: hue angle of 75.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749C01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 1 -
CMYK 0.26 0 0.99 0.39
HSL 75.48º 0.99% 0.31% -
HSV(B) 75.48º 0.99% 0.61% -
XYZ 19.1 27.49 4.33 -
YUV 126.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 116 156 1 0.26 0 0.99 0.39 75.48 0.99 0.31
Hex 74 9C 1 1A 0 63 27 4B 63 1F
Octal 164 234 1 32 0 143 47 113 143 37
Binary 1110100 10011100 1 11010 0 1100011 100111 1001011 1100011 11111

Color Harmonies of #749C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C01

Black with #749C01

Text Example


Text Example

White with #749C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C01; }

 p { color: rgb(116,156,1); }

 H1.HeaderClassName
 {
   color: #749C01;
 }
 .AnyTagClassName
 {
   color: #749C01;
 }
</style>

background-color css

<style>
 a { background-color: #749C01; }

 a { background-color: rgb(116,156,1); }

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

border-color css

<style>
 span { border-color: #749C01; }

 span { border-color: rgb(116,156,1); }

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