Html Css Color HEX #68B704 Christi

📋 copy color: '#68B704'

red 104 ◦ green 183 ◦ blue 4

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

Shades of Christi #68B704

Tints of Christi #68B704

RGB

 RED value IS 104 (41.02% from 255) = 35.74%

 GREEN value IS 183 (71.88% from 255) = 62.89%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 35.74%
G = 62.89%
B = 1.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#68B704 (or 0x68B704) is known color: Christi. HEX triplet: 68, B7 and 04. RGB value is (104,183,4). Sum of RGB (Red+Green+Blue) = 104+183+4=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #68B704 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B704 is #9748FB. Grayscale: #8B8B8B. Windows color (decimal): -9914620 or 309096. OLE color: 309096.

HSL color Cylindrical-coordinate representation of color #68B704: hue angle of 86.48º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68B704 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 183 4 -
CMYK 0.43 0 0.98 0.28
HSL 86.48º 0.96% 0.37% -
HSV(B) 86.48º 0.98% 0.72% -
XYZ 22.66 36.82 6.03 -
YUV 138.97 51.83 103.05 -
System Red Green Blue C M Y K H S L
Decimal 104 183 4 0.43 0 0.98 0.28 86.48 0.96 0.37
Hex 68 B7 4 2B 0 62 1C 56 60 25
Octal 150 267 4 53 0 142 34 126 140 45
Binary 1101000 10110111 100 101011 0 1100010 11100 1010110 1100000 100101

Color Harmonies of #68B704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B704

Black with #68B704

Text Example


Text Example

White with #68B704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68B704; }

 p { color: rgb(104,183,4); }

 H1.HeaderClassName
 {
   color: #68B704;
 }
 .AnyTagClassName
 {
   color: #68B704;
 }
</style>

background-color css

<style>
 a { background-color: #68B704; }

 a { background-color: rgb(104,183,4); }

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

border-color css

<style>
 span { border-color: #68B704; }

 span { border-color: rgb(104,183,4); }

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