Html Css Color HEX #749D1B Christi

📋 copy color: '#749D1B'

red 116 ◦ green 157 ◦ blue 27

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

Shades of Christi #749D1B

Tints of Christi #749D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9%

R = 38.67%
G = 52.33%
B = 9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#749D1B (or 0x749D1B) is known color: Christi. HEX triplet: 74, 9D and 1B. RGB value is (116,157,27). Sum of RGB (Red+Green+Blue) = 116+157+27=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #749D1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D1B is #8B62E4. Grayscale: #828282. Windows color (decimal): -9134821 or 1809780. OLE color: 1809780.

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

Color convert

RGB 116 157 27 -
CMYK 0.26 0 0.83 0.38
HSL 78.92º 0.71% 0.36% -
HSV(B) 78.92º 0.83% 0.62% -
XYZ 19.46 27.91 5.4 -
YUV 129.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 116 157 27 0.26 0 0.83 0.38 78.92 0.71 0.36
Hex 74 9D 1B 1A 0 53 26 4F 47 24
Octal 164 235 33 32 0 123 46 117 107 44
Binary 1110100 10011101 11011 11010 0 1010011 100110 1001111 1000111 100100

Color Harmonies of #749D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D1B

Black with #749D1B

Text Example


Text Example

White with #749D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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