Html Css Color HEX #689F0D Christi

📋 copy color: '#689F0D'

red 104 ◦ green 159 ◦ blue 13

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

Shades of Christi #689F0D

Tints of Christi #689F0D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.61%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 37.68%
G = 57.61%
B = 4.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#689F0D (or 0x689F0D) is known color: Christi. HEX triplet: 68, 9F and 0D. RGB value is (104,159,13). Sum of RGB (Red+Green+Blue) = 104+159+13=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #689F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689F0D is #9760F2. Grayscale: #7E7E7E. Windows color (decimal): -9920755 or 892776. OLE color: 892776.

HSL color Cylindrical-coordinate representation of color #689F0D: hue angle of 82.6º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #689F0D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 13 -
CMYK 0.35 0 0.92 0.38
HSL 82.6º 0.85% 0.34% -
HSV(B) 82.6º 0.92% 0.62% -
XYZ 18.18 27.77 4.78 -
YUV 125.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 104 159 13 0.35 0 0.92 0.38 82.6 0.85 0.34
Hex 68 9F D 23 0 5C 26 53 55 22
Octal 150 237 15 43 0 134 46 123 125 42
Binary 1101000 10011111 1101 100011 0 1011100 100110 1010011 1010101 100010

Color Harmonies of #689F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F0D

Black with #689F0D

Text Example


Text Example

White with #689F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689F0D; }

 p { color: rgb(104,159,13); }

 H1.HeaderClassName
 {
   color: #689F0D;
 }
 .AnyTagClassName
 {
   color: #689F0D;
 }
</style>

background-color css

<style>
 a { background-color: #689F0D; }

 a { background-color: rgb(104,159,13); }

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

border-color css

<style>
 span { border-color: #689F0D; }

 span { border-color: rgb(104,159,13); }

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