Html Css Color HEX #689D01 Christi

📋 copy color: '#689D01'

red 104 ◦ green 157 ◦ blue 1

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

Shades of Christi #689D01

Tints of Christi #689D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 39.69%
G = 59.92%
B = 0.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#689D01 (or 0x689D01) is known color: Christi. HEX triplet: 68, 9D and 01. RGB value is (104,157,1). Sum of RGB (Red+Green+Blue) = 104+157+1=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #689D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D01 is #9762FE. Grayscale: #7B7B7B. Windows color (decimal): -9921279 or 105832. OLE color: 105832.

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

Color convert

RGB 104 157 1 -
CMYK 0.34 0 0.99 0.38
HSL 80.38º 0.99% 0.31% -
HSV(B) 80.38º 0.99% 0.62% -
XYZ 17.77 27.06 4.32 -
YUV 123.37 58.94 114.18 -
System Red Green Blue C M Y K H S L
Decimal 104 157 1 0.34 0 0.99 0.38 80.38 0.99 0.31
Hex 68 9D 1 22 0 63 26 50 63 1F
Octal 150 235 1 42 0 143 46 120 143 37
Binary 1101000 10011101 1 100010 0 1100011 100110 1010000 1100011 11111

Color Harmonies of #689D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D01

Black with #689D01

Text Example


Text Example

White with #689D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,157,1); }

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

background-color css

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

 a { background-color: rgb(104,157,1); }

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

border-color css

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

 span { border-color: rgb(104,157,1); }

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