Html Css Color HEX #699B01 Christi

📋 copy color: '#699B01'

red 105 ◦ green 155 ◦ blue 1

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

Shades of Christi #699B01

Tints of Christi #699B01

RGB

 RED value IS 105 (41.41% from 255) = 40.23%

 GREEN value IS 155 (60.94% from 255) = 59.39%

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

R = 40.23%
G = 59.39%
B = 0.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#699B01 (or 0x699B01) is known color: Christi. HEX triplet: 69, 9B and 01. RGB value is (105,155,1). Sum of RGB (Red+Green+Blue) = 105+155+1=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #699B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699B01 is #9664FE. Grayscale: #7B7B7B. Windows color (decimal): -9856255 or 105321. OLE color: 105321.

HSL color Cylindrical-coordinate representation of color #699B01: hue angle of 79.48º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #699B01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 1 -
CMYK 0.32 0 0.99 0.39
HSL 79.48º 0.99% 0.31% -
HSV(B) 79.48º 0.99% 0.61% -
XYZ 17.55 26.45 4.21 -
YUV 122.49 59.44 115.52 -
System Red Green Blue C M Y K H S L
Decimal 105 155 1 0.32 0 0.99 0.39 79.48 0.99 0.31
Hex 69 9B 1 20 0 63 27 4F 63 1F
Octal 151 233 1 40 0 143 47 117 143 37
Binary 1101001 10011011 1 100000 0 1100011 100111 1001111 1100011 11111

Color Harmonies of #699B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B01

Black with #699B01

Text Example


Text Example

White with #699B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B01; }

 p { color: rgb(105,155,1); }

 H1.HeaderClassName
 {
   color: #699B01;
 }
 .AnyTagClassName
 {
   color: #699B01;
 }
</style>

background-color css

<style>
 a { background-color: #699B01; }

 a { background-color: rgb(105,155,1); }

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

border-color css

<style>
 span { border-color: #699B01; }

 span { border-color: rgb(105,155,1); }

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