Html Css Color HEX #749D1C Christi

📋 copy color: '#749D1C'

red 116 ◦ green 157 ◦ blue 28

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

Shades of Christi #749D1C

Tints of Christi #749D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.16%

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

R = 38.54%
G = 52.16%
B = 9.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#749D1C (or 0x749D1C) is known color: Christi. HEX triplet: 74, 9D and 1C. RGB value is (116,157,28). Sum of RGB (Red+Green+Blue) = 116+157+28=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #749D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D1C is #8B62E3. Grayscale: #828282. Windows color (decimal): -9134820 or 1875316. OLE color: 1875316.

HSL color Cylindrical-coordinate representation of color #749D1C: hue angle of 79.07º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #749D1C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 28 -
CMYK 0.26 0 0.82 0.38
HSL 79.07º 0.7% 0.36% -
HSV(B) 79.07º 0.82% 0.62% -
XYZ 19.47 27.91 5.46 -
YUV 130.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 116 157 28 0.26 0 0.82 0.38 79.07 0.7 0.36
Hex 74 9D 1C 1A 0 52 26 4F 46 24
Octal 164 235 34 32 0 122 46 117 106 44
Binary 1110100 10011101 11100 11010 0 1010010 100110 1001111 1000110 100100

Color Harmonies of #749D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D1C

Black with #749D1C

Text Example


Text Example

White with #749D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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