Html Css Color HEX #769C1D Christi

📋 copy color: '#769C1D'

red 118 ◦ green 156 ◦ blue 29

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

Shades of Christi #769C1D

Tints of Christi #769C1D

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 38.94%
G = 51.49%
B = 9.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#769C1D (or 0x769C1D) is known color: Christi. HEX triplet: 76, 9C and 1D. RGB value is (118,156,29). Sum of RGB (Red+Green+Blue) = 118+156+29=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #769C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C1D is #8963E2. Grayscale: #828282. Windows color (decimal): -9004003 or 1940598. OLE color: 1940598.

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

Color convert

RGB 118 156 29 -
CMYK 0.24 0 0.81 0.39
HSL 77.95º 0.69% 0.36% -
HSV(B) 77.95º 0.81% 0.61% -
XYZ 19.58 27.72 5.48 -
YUV 130.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 118 156 29 0.24 0 0.81 0.39 77.95 0.69 0.36
Hex 76 9C 1D 18 0 51 27 4E 45 24
Octal 166 234 35 30 0 121 47 116 105 44
Binary 1110110 10011100 11101 11000 0 1010001 100111 1001110 1000101 100100

Color Harmonies of #769C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769C1D

Black with #769C1D

Text Example


Text Example

White with #769C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769C1D; }

 p { color: rgb(118,156,29); }

 H1.HeaderClassName
 {
   color: #769C1D;
 }
 .AnyTagClassName
 {
   color: #769C1D;
 }
</style>

background-color css

<style>
 a { background-color: #769C1D; }

 a { background-color: rgb(118,156,29); }

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

border-color css

<style>
 span { border-color: #769C1D; }

 span { border-color: rgb(118,156,29); }

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