Html Css Color HEX #749B1C Christi

📋 copy color: '#749B1C'

red 116 ◦ green 155 ◦ blue 28

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

Shades of Christi #749B1C

Tints of Christi #749B1C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.84%

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 38.8%
G = 51.84%
B = 9.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#749B1C (or 0x749B1C) is known color: Christi. HEX triplet: 74, 9B and 1C. RGB value is (116,155,28). Sum of RGB (Red+Green+Blue) = 116+155+28=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #749B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B1C is #8B64E3. Grayscale: #818181. Windows color (decimal): -9135332 or 1874804. OLE color: 1874804.

HSL color Cylindrical-coordinate representation of color #749B1C: hue angle of 78.43º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #749B1C is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 28 -
CMYK 0.25 0 0.82 0.39
HSL 78.43º 0.69% 0.36% -
HSV(B) 78.43º 0.82% 0.61% -
XYZ 19.13 27.24 5.35 -
YUV 128.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 116 155 28 0.25 0 0.82 0.39 78.43 0.69 0.36
Hex 74 9B 1C 19 0 52 27 4E 45 24
Octal 164 233 34 31 0 122 47 116 105 44
Binary 1110100 10011011 11100 11001 0 1010010 100111 1001110 1000101 100100

Color Harmonies of #749B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B1C

Black with #749B1C

Text Example


Text Example

White with #749B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,28); }

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

background-color css

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

 a { background-color: rgb(116,155,28); }

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

border-color css

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

 span { border-color: rgb(116,155,28); }

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